For disable or readonly the checkbox using javascipt use the disable property of checkbox.
document.getElementById("ChkBoxName").disabled =false;
And for the Enable the checkbox using javascript
document.getElementById("ChkBoxName").disabled =true;
Friday, September 19, 2008
Subscribe to:
Post Comments (Atom)
1 comment:
Your information is very helpful. Thanks for having this site.
Regards.
S.N. Jha
Car Rental Services Delhi
Indian php Freelancer
Post a Comment