Need help with Javascript dynamic drop down menus

wxdqz

New Member
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
 
Back
Top