| Author |
dynamically populating drop down list
|
Naresh Chaurasia
Ranch Hand
Joined: May 18, 2005
Posts: 309
|
|
Hi folks, i am having two drop down list. List1 has countries and List2 has corresponding state the countries in List1. If is select US in List1, can i populate the states in US in List2. If the user changes to India in List1 the the List2 is populated with the corresponding states, using javascript. thnx in advance
|
SCJP 1.4, SCWCD1.4, OCA(1Z0-007)
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
called a double combo or linked select. You can either do it with a traditional postback or with Ajax. Search Google, there are plenty of examples out there. Eric
|
 |
 |
|
|
subject: dynamically populating drop down list
|
|
|