Click to See Complete Forum and Search --> : <select> changes according to previous choices


larsliin
04-10-2003, 10:09 AM
Hi experts
I have got three <select> boxes. The subjects in the boxes changes according to the choices the user makes in the previous <select> boxes. That seems to work all right up till now. My problem is as follows:
- Is ‘Choice 1’ chosen from the first <select>, the user automatically needs to continue to box two and three. – But if ‘Choice 2’ is chosen from the first <select> the second <select> has to be ignored and the user is send directly to the third <select> box to make the last choice.
Can this be done, and how? I’m not that experienced at JavaScript, so please keep it simple ..

If it helps, take a look at my testform here (http://www.larsliin.dk/test.htm)

khalidali63
04-10-2003, 02:02 PM
Take a look at the link below,
http://68.145.35.86/skills/javascripts/MultipleListBoxResult3rdListBox.html

Its fairly simple to modify it

Cheers

Khalid

larsliin
04-10-2003, 03:38 PM
.. it might work, thanks!