| Author |
checkbox
|
akash kadarla
Greenhorn
Joined: Feb 25, 2005
Posts: 9
|
|
i want the code for a an alert box should be displayed when more than one check box is selected
|
 |
Tom Blough
Ranch Hand
Joined: Jul 31, 2003
Posts: 263
|
|
If you want one and only one check box, then use radio buttons. It's better to prevent user errors than to check and notify. Cheers,
|
Tom Blough<br /> <blockquote><font size="1" face="Verdana, Arial">quote:</font><hr>Cum catapultae proscriptae erunt tum soli proscripti catapultas habebunt.<hr></blockquote>
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
As Tom said, a radio button will only allow for one value to be selected. It would be the best route to do that. If you still want to use a checkbox, You can call this onsubmit of your form Hope this helps Eric
|
 |
 |
|
|
subject: checkbox
|
|
|