I am building a "quick search" navigation box to display "I wants" in a drop-down list, so people can click what they want and be taken to an appropriate page. So far I have:Where do I put the url's and how make it clickbable without the "Submit" button?Code:<form name="quicksearch"> <select name="search"> <option name="this" value="this">I want this url.</option> <option name="that" value="that">I want that url.</option> <option name="another" value="another">I want another url.</option> </select> </form>






Bookmarks