My goal is to have an input box on a page so that when a word is inputed it will send the user to that part of the website.
For example;
If the user enters the word banana
and presses GO
button, the page www.mysite.com/banana
is loaded
If they enter apple
it goes to www.mysite.com/apple
etc
Could anyone show me the neatest way of doing this? Or at least point me to somewhere that could teach me - I am still fairly new to HTML and I am struggling to succesfully search this to find an answer.
(I also need to go to a default this page does not exist
for inputs that do not find a page, but thats a follow on problem)