A Friend in Need is a Friend in Deed.
Become a Member at ITTreats.com !! Share Your invaluable Experience to Fellow Programmers. Signup, Start Blogging and support fellow Techies.

How to Make Read only Check Boxes

how we can make a chek box readonly? even if we provide readonly attribute you still can check or uncheck the checkbox.. then how we can make a checkbox readonly ?? here is the simple solution,  we can do this  with javascript. here is how it goes write a onclick even for the desired checkbox, and  check weather it is checked , if it is check then make that checked as false vice .. .. ..

Created By : adrevol