File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes checkbox Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "checkbox" Watch "checkbox" New topic
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
 
IntelliJ Java IDE
 
subject: checkbox
 
IntelliJ Java IDE