| Author |
checkbox
|
nitin kumar
Ranch Hand
Joined: May 14, 2002
Posts: 105
|
|
Hi can anyone give me a javascript that prevents checking of checkboxes on my form. pls bye nitin
|
 |
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 50677
|
|
|
Please post topics in the most appropriate forum for them. Moving this to the HTML/Javascript forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
|
|
use the disabled attribute <input type="checkbox disabled ......... document.formName.cbName.disabled = true
|
 |
 |
|
|
subject: checkbox
|
|
|