dkeppie
08-23-2002, 10:17 PM
I have built a spreadsheet in MS Excel whereby selection of an option from the master drop down box populates three other drop down boxes as part of a form to be emailed. This must be made into a web page.
I have been looking at the single/double combo drop-down boxes and need something along the same but they tend to be built around the assumption that each drop down box is dependent on the selection of the previous.
Attached is a txt file that should illustrate what I'm after.
Box 1-4 are four drop down boxes.
Alphabetical letters represent the option values that are populated after intial selection of A,B or C from box 1.
1|2 |3 | 4
A|D |E-G|H,I
B|J-P |E-G|Q-W
C|D |D |Y
For example, selecting A from box 1 would populate value D in box 2, values E thru G in box 3, and values H and I in drop down box 4.
I can follow javascript but have a terrible time writing from scratch. Any help on this matter would be most appreciated.
Best regards.
I have been looking at the single/double combo drop-down boxes and need something along the same but they tend to be built around the assumption that each drop down box is dependent on the selection of the previous.
Attached is a txt file that should illustrate what I'm after.
Box 1-4 are four drop down boxes.
Alphabetical letters represent the option values that are populated after intial selection of A,B or C from box 1.
1|2 |3 | 4
A|D |E-G|H,I
B|J-P |E-G|Q-W
C|D |D |Y
For example, selecting A from box 1 would populate value D in box 2, values E thru G in box 3, and values H and I in drop down box 4.
I can follow javascript but have a terrible time writing from scratch. Any help on this matter would be most appreciated.
Best regards.