Click here to Skip to main content
15,886,512 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to have three level dependent drop down lists using AJAX:
Meaning:
User chooses an option in dropdown 1 from Access database.
this lead to dropdown 2 getting populated as per options avalable related
to the choice made in dropdown 1 from Access database.
similarly when the user chooses some option in dropdown 2 the dropdown 3
gets populated with options related to the choice made in dropdown 2 from
Access database.
The options for all the three drop down lists are available in MySql
database.
Till the user selects any option in dropdown 1, the other two drop down
remain unfilled and blank.

Please advise on how to achieve it and is there any sample code available to
achieve the above using AJAX and STRUTS 1.x.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900