bishop2001 Posted May 28, 2014 Share Posted May 28, 2014 hi i am trying to create a drop down menu where for example the 1st menu has 2 items and the 2nd menu has 4 items. So when you pick the 1st drop down you get first 2 choices from menu 2 and when you select the 2nd choice in menu 1 you get the other 2 choices from menu 2.so drop down New York would have Queens , Brooklyn etc...<form name="region" onClick="this.form.submit()" default="ny" method="POST"><select name="dropdown"><option value="ny">New York</option><option value="to">Toronto</option><option value="ln">London</option><option value="hk">Hong Kong</option></select><noscript><input type="submit" value="Submit"></noscript></form> Quote Link to comment Share on other sites More sharing options...
Frank_b Posted May 28, 2014 Share Posted May 28, 2014 You will have to use javascript to do this. try to learn something about javascript or if you did tell us what you have so far and which part is too hard for you Quote Link to comment Share on other sites More sharing options...
fastsol Posted May 28, 2014 Share Posted May 28, 2014 http://amecms.com/article/Building-Chained-Select-Boxes-with-Jquery-and-PHP Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.