Firstly hello all!
I have a drop down list box with values "A", "B" and "C".
When I select for example "A" I wish for anothe drop down list box to populate with say "1", "2" and "3". If the user selects "B" in the first combo box the second will populate with "4", "5", "6" etc.
Basically I wish to populate a second drop down list box with values dependant on what has been chosen in drop down box 1.
Does that make sense?
I have an onChange function call for the first combobox that will call a function which will hopefully populate the second combo box...
I can get it to populate a standard field ala document.myform.mytextbox.value="test"; but this does not work with a <select> drop down box.
Please help.
Thanks![]()
Bookmarks