Click to See Complete Forum and Search --> : Script needed


Tasmanian Devil
07-17-2003, 04:21 PM
I was wondering if I can request of a script that will be a pull down menu and the when the first option is selected, a second pull down menu appears and then a third. is that possible?

Thanks

mzllr
07-17-2003, 05:34 PM
i think the mercedes usa (http://www.mbusa.com/brand/index.jsp) website has something like what you're looking for.

take a look at their code and you can get some ideas.

Khalid Ali
07-17-2003, 06:29 PM
This should give yu n idea

http://68.145.35.86/skills/javascripts/MultipleListBoxResult3rdListBox.html

Tasmanian Devil
07-17-2003, 08:04 PM
Khalid Ali~
that is close but I need the second pulldown menu to be invisible till the first choice has been made, then the third shows after the second choice has been made, and the third one to be a pulldown as well

Thanks

Exuro
07-17-2003, 09:13 PM
I wrote up a script that may work for you. It's probably a bit more complex than you need, since I made it so that you should be able to have any number of Select elements on your page, but it should do fine. The code is in the attached file, alter it to your need. Hope that helped!