December 11, 201114 yr Hi All,Please help Im wondering the best way to do this php/javascript and obviously how? I have a quick search box with two options - <select> <option value ="one">One</option> <option value ="two">Two</option> <option value ="three">Three</option> <option value ="four">Four</option> </select> <select> <option value ="red">Red</option> <option value ="blue">Blue</option> <option value ="yellow">Yellow</option> <option value ="green">Green</option> </select> When a user selects one of each options and searches i want to be able to direct them to an internal web page for that query. Nuch help needed Ouji
December 11, 201114 yr This javascript chained select navigation menu should be of some help. http://www.dynamicdrive.com/dynamicindex1/chainedmenu/ PHP Form Tutorial http://www.tizag.com/phpT/forms.php
December 12, 201114 yr Author This javascript chained select navigation menu should be of some help. http://www.dynamicdrive.com/dynamicindex1/chainedmenu/ PHP Form Tutorial http://www.tizag.com/phpT/forms.php
Create an account or sign in to comment