Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple Drop Down Selection Forms 1

Status
Not open for further replies.

veggie216

Programmer
Jan 2, 2003
6
US
I'm trying to create a webpage (using ASP) that has 2 drop down menus.
The choices of the 2nd drop-down menu depends on what is chosen in the first drop down.
The first drop down is populated from a database (using a loop) and the second one gets populated (from the database) based on what is chosen from the first one.

Does anyone have any examples of how to do this using HTML and ASP?
Or would it be easier using javascript as well as HTML and/or ASP.

I would paste in the code of what I have so far, but it is way too confusing to understand. I need to do some clean up first.

Any help is appreciated. Thanks.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top