| Author |
how to enable radio button
|
goonn kantha
Greenhorn
Joined: Oct 24, 2005
Posts: 2
|
|
Hi, I have two radio buttons,say A and B. Under B, I have many checkboxes. If the user selects the checkboxes of B, without selecting radiobutton B, how to automatically enable in backend. plz suggest some solution Thanks, kanth
|
 |
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
|
|
You would definitely get a much better answer in HTML/Javascript Forum. Thanks.
|
 |
A Babu
Ranch Hand
Joined: Nov 28, 2005
Posts: 114
|
|
while writing the tag for radio button you mention "checked" beside the name of the radio button.then it will automatically activated . and more thing is no two radio buttons have be the checked position at same time. for example,in form YES and NO two radio button s are there .let us assume. so if you write both buttons have checked at that time only one buton is in checked position and other one is in unchecked position even you mentioned both are checked. see sample codes for this in google. cheers, babu.
|
Thanks,
www.Admakr.in
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
|
Moved to HTML.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Niki Nono
Ranch Hand
Joined: Mar 20, 2005
Posts: 256
|
|
i think probably it should be the other way round. If he selects radio button B then all checkboxes of B should be enabled. Whats the point of the radio button if all the checkboxes are enabled in the first go.
|
Life called,so here I am.<br />Cheers<br />Niki.:-)
|
 |
 |
|
|
subject: how to enable radio button
|
|
|