guys please help me to create one simple search engine it should be like when user write any word and hit the enter button my webpage will not show him a list of results but its opposite it should open that particular page, a web page that I’ll put somehow in the code and define that-
if this keyword is entered open this page.
E.g., if user type’s
A in the search box and click search then it should open page “/a.html”
A is a first letter of alphabets.
Just like How http://dictionary.reference.com does (Its Dictionary site) So what it does is when user types a word of which he/she wants the meanings then dictionary.reference.com dont show a list of result, It shows the meaning directly.
Just like that.
Is that can be done with html form and javascript.?
If yes how ?
Did you mean this?
http://jsfiddle.net/Sz2bC/2/