am doing a registrationform(jsp). Along with other information, the list of countries has to be displayed and based on that specific Country, the list of states inthat country has to be displayed... Is there any nested type of select box ? Can anyone please give me a solution ? ...
One option is to do to a page submit in the onchange event of the country dropdown and get the state list for that country. Another option is to fetch the state list using an ajax call, instead of doing a page submit. Or you could load all the states in JavaScript variables and when the country is changed, you can update the state dropdown from those variables.
I hired a bunch of ninjas. The fridge is empty, but I can't find them to tell them the mission.