asdfg
Apr 7 2011, 01:57 PM
Hi All,
I need to create a drop down menu in html but not just a single menu.
I need it so as you have say 5 choices in the first drop down menu,
when you select your choice the next menu then loads and you have 5 more choices but they vary depending on first selection.
Jake
Frederiek
Apr 8 2011, 01:25 AM
See
http://www.htmldog.com/articles/suckerfish/dropdowns/ , (half way down the page: "Multi-level Dropdowns").
Christian J
Apr 8 2011, 07:27 AM
Or if the OP meant a SELECT menu, it can be done with javascript like this:
http://www.javascriptkit.com/script/cut183.shtml though it's better to use a server-side script that creates the second menu on a new page, based on the first selection.