PDA

View Full Version : Drop down menu


-(Hyper)-
10-26-2003, 03:23 AM
Is it possible to update one drop down menu when clicking a certain option in another drop down menu? I mean if a certain option is selected in drop down menu 1, then some options will not be available in drop down menu 2.

Can this be done? And if so, how? :confused:

ChattanoogaRay
10-26-2003, 09:20 AM
Here is a link that will help you with this task. The only thing you may want to change is instead of using onClick and assigning your action to a button, use onChange in your select area for all the various pulldown menus in which you would like to have alternative endings:

http://tech.irt.org/articles/js042/index.htm

ChattanoogaRay
10-26-2003, 09:27 AM
I had too much to drink last night and my brain ain't functioning fully yet. Use onChange in your option area in the pulldown menu instead of using onClick in a button area.

-(Hyper)-
10-29-2003, 08:44 AM
Thanks dude, exactly what I was looking for. ;)