david7777777777
Programmer
I have ASP pages that serve as the user interface to a SQL 2000 database. I'd like to have 2 drop-down boxes on one of my ASP pages. I want the selection in one box to determine the selections that are available in the other box. For instance:
Box #1 lists car manufacturers:
1. Ford
2. Chevy
3. Mazda
Box #2 lists the models produced by each manufacturer:
1. Mustang
2. Taurus
3. Camaro
4. Impala
5. Miata
6. 626
When a selection is made in box #1 the appropriate selections automatically populate box #2, regardless of how many times the user makes a differnet selection in box #1. I'm guessing I'll need to grab the onchange event for box #1 but I've never done this before and I'm hoping someone can point me in the right direction. Thanks.
Box #1 lists car manufacturers:
1. Ford
2. Chevy
3. Mazda
Box #2 lists the models produced by each manufacturer:
1. Mustang
2. Taurus
3. Camaro
4. Impala
5. Miata
6. 626
When a selection is made in box #1 the appropriate selections automatically populate box #2, regardless of how many times the user makes a differnet selection in box #1. I'm guessing I'll need to grab the onchange event for box #1 but I've never done this before and I'm hoping someone can point me in the right direction. Thanks.