I need help to create a search option on my index page ..
I actually have more than 2000 HTML pages on my site ... each page contains details of different applications
the url of HTML pages are like
http://mydomain.com/application1.htm...34&version=1.1
http://mydomain.com/application1.htm...34&version=1.2
http://mydomain.com/application2.htm...56&version=2.0
http://mydomain.com/application2.htm...56&version=2.1
as the above HTML page urls have application code as well as versions
I want if there is any code or script which when user input the code like above url code=1234 and the user will be redirected to the page containing the code as well as higher version ...
like the code here for search
Code:<form action="/test.html" method="get"> <input type="text" name="Code" value=""/><br/> <input type="submit" value="GET IT"/> </form>
I really appreciate your help



Reply With Quote

Bookmarks