Neal
Neal

Reputation: 527

For a particular selected value from a drop-down box, Display its corresponding values in drop down list?

I have two fields in a webpage. Both are composite primary keys. Out of that when I select one field (eg. out of a list of countries I select - India), the second field should display all the values corresponding to the previous field (eg. after selecting India I should get all the states in another drop-down menu).

I'm implementing this using JSP and Ajax.

Can someone please help me with this or send me the code snippets.?

Upvotes: 0

Views: 1174

Answers (1)

Ketan Bhavsar
Ketan Bhavsar

Reputation: 5396

Neal, There are various codes available like this. Just do googling. Try with link

Upvotes: 1

Related Questions