Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7926443
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T18:46:26+00:00 2026-06-03T18:46:26+00:00

I need to constantly search files such as smss.exe at http://www.winpatrol.com/db/pluscloud/ . Is there

  • 0

I need to constantly search files such as smss.exe at http://www.winpatrol.com/db/pluscloud/.

Is there a way I can make a customized searchbar on my custom homepage that will do this for me?

So if I type smss into the search bar it will take me to http://www.winpatrol.com/db/pluscloud/smss.html

I tried in pure HTML with GET requests and can’t find a way to do it. I was thinking maybe there is a Javascript way or something.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T18:46:28+00:00Added an answer on June 3, 2026 at 6:46 pm

    Something like this is pure Javascript and will work, but if the user enters a non-existent page on that site, it will just lead to their not found page.

    You could use server side PHP or something similar to achieve this in a better way.

    Here is the JS solution with little error checking:

    <form onsubmit="return redirect()">
        <input id="search_form_input" type="text" name="query" />
        <input type="submit" value="Search" />
    </form>
    
    
    <script type="text/javascript">
        function redirect()
        {
            var query = document.getElementById('search_form_input').value;
            if (query != '') {
                window.location = 'http://www.winpatrol.com/db/pluscloud/' + query + '.html';
            }
            return false;
        }
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i need a datastructure in dotnet where i can search an item in constant
This is the URL I am working on http://www.bkstr.com/CategoryDisplay/10001-9604-10311-1?demoKey=d These are the drop down
I am programming a Java app in which i need to constantly check that
I need a very simple jQuery to constantly scroll a list of text items
I need about 1,000 words to be able to be accessed constantly by my
so i have a list where i need to add new values constantly but
I need a way to force calling a constant version of member function. I'm
On Linux (or Solaris) is there a better way than hand parsing /proc/self/maps repeatedly
I have a option to attach files within a application. I this I need
I have a database that I constantly need to restore. Every time I do

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.