dropdown search

D

David Berry

That can be done with JavaScript or, in the case of your example site, with
ASP code by putting the values into an array and then limiting the boxes
based on the values picked. You'd have to do a search on dynamically
changing drop down lists using ASP for some code samples.
 
Top