Displaying a submenu based on choice in some other menu? [duplicate]
Possible Duplicate:
Populating child dropdownlists in JSP/Servlet
In my JSP page, I have used one div
that adds some rows dynamically. Inside this div
, there are dropdowns to select country, state and city values. On the basis of country selected, its corresponding states and cities should be displayed.
You need to check this space Populating Child Dropdown
精彩评论