Click to See Complete Forum and Search --> : Need help with Javascript dynamic drop down menus


bpoppa
04-12-2003, 10:48 PM
Hello everyone,

I am somewhat new to javascript and having some problems. I have a set of
dynamic option lists.

Currently it successfully does this:

You select an option in the first menu, it then display options related to
#1 in #2, then it displays related options to #2 in #3, then display
options related to #3 in #4.

What I need to do now, is when you select an option for #4, it displays
results related into a textbox.

If you need the code I currently have I can send that. If someone is
awesome in jscript and could write the whole code up, thats fine.

I really just need help to push me in the write direction. Currently is
uses arrays.

I appreciate any help offered.

Jim

khalidali63
04-13-2003, 12:19 AM
Take alook at this link,it should be fairly close to what you are trying to do.

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

Cheers

Khalid