jsmallbridge
Programmer
Hi.
I am trying to create a specific type of HTML form using menubars.
Consider a case where we have 2 drop down menu bars:
Snack Type [_____]
Specific Snack [_____]
The first menu bar has 2 possible options:
1a. Fruit
1b. Ice-Cream
The 2nd menu bar has also 2 possible options for each option defined above. For example, if user picked fruit for the 1st menu-bar, then
2a. Apples
2b. Oranges
If the user picked Ice-cream for the 1st menubar:
2a. Chocolate Chip
2b. Vanilla
The 2nd menu-bar should be blank until a selection has been made from the 1st menu-bar.
I assume I need some sort of javascript to do this. So how can a accomplish this?
Thanks,
--JS
I am trying to create a specific type of HTML form using menubars.
Consider a case where we have 2 drop down menu bars:
Snack Type [_____]
Specific Snack [_____]
The first menu bar has 2 possible options:
1a. Fruit
1b. Ice-Cream
The 2nd menu bar has also 2 possible options for each option defined above. For example, if user picked fruit for the 1st menu-bar, then
2a. Apples
2b. Oranges
If the user picked Ice-cream for the 1st menubar:
2a. Chocolate Chip
2b. Vanilla
The 2nd menu-bar should be blank until a selection has been made from the 1st menu-bar.
I assume I need some sort of javascript to do this. So how can a accomplish this?
Thanks,
--JS