![]() |
Country state dropdown using javascript and jsp
Hi,
I am a fresher, started my career in java, learning javascript. I have coded a registration form where I have a dropdown of all the countries from the database, and based on that the states corresponding to that country have to get populated.I googled many forums and finally have done it using ajax. I also wanted to do it in javascript .Can someone help me out. |
Hi,
You can call onchange function on Country Select tag. Than in that function, you can set another select tag value. |
Is this what you are wanting?
Code:
<html>Quizmaster: Which Russian leader is credited as the architect of glasnost? Contestant: Stalin |
Thanks for the reply.I have tried the same, giving the <script> in .js file. I want to get the list of countries given in the <option> tag through MVC.
|
Thanks for the reply.I have tried the same, giving the <script> in .js file. I want to get the list of countries given in the <option> tag through MVC.
Country: <td><form:select path="countryId" id="cld" name="cld" items="${countryList}" onchange="statesSelected();"> <form:option value="-1" label="--- Select ---"/></form:select></td> State: <td><form:select path="stateId" id="sId"><form:option value="-1" label="--- Select ---"/> </form:select></td> <td id="stateError" style="margin-left:120px;color:red;"></td>[/QUOTE] |
When posting here please help us to help you by following the posting guidelines and wrapping your code in CODE tags. It should be obvious why this is necessary This means use the octothorpe or # button on the toolbar. You can (and should) edit your previous post.
|
Sorry, I dint know that it should be in # as am new to CF. And please check the edited code.
|
| All times are GMT +1. The time now is 07:13 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.