Dependent drop down menus

S

sherif badr

dear all:
i am using a databse to generat a drop down menu
but the question is how i can make a combined drop down menu
for example if the user select a city from the first one the sedcond will
show only that city's districts and when he choosed a district the third will
show only the district's neb.
but i will not need to refresh the page as the other fields might contains
values whic the user enters
regards
 
T

Thomas A. Rowe

Then you are going to have to learn VBScript and JavaScript to accomplish, as the all of the data
must be loaded into the page form a database or hard coded into the page and then JavaScript would
be use to update the second drop down based on the selection in the first drop down.

If you have a lot of data, then this will slow down the page load, where as the method Kathleen
provide a link to is a better option.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top