
- Forum
- Programming Talk
- Java
- Playing with radio buttons
Playing with radio buttons
This is a discussion on Playing with radio buttons within the Java forums, part of the Programming Talk category; Hi, I am designing a page in which user will select a radio button and based on a the very ...
-
12-17-2010, 12:04 AM #1
- Join Date
- Dec 2010
- Answers
- 32
Playing with radio buttons
Hi,
I am designing a page in which user will select a radio button and based on a the very first selection next will be active.
I am giving 3 radio buttons as
1. Country
2. State
3. City
On selection of country one query will execute and the state button will be activated with the list of states in that particular country. Similarly with city.
Please help me in this coding.
-
12-28-2010, 06:12 AM #2
- Join Date
- Dec 2010
- Location
- New Delhi, India, India
- Answers
- 3
Hi Friends give the exact scenario You are making web Page then try this with the help of JQuery or JavaScript or if You are making it with Swing/AWT then i will try to give u code.
Last edited by Ashif Shadab; 12-28-2010 at 06:16 AM.

Reply With Quote





