How to make read only
Posted: Wed Aug 20, 2008 8:00 pm
i want to know how to make for read only check button?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<input type="checkbox" disabled="true" name="option" value="test"/>lukewilkins wrote:By read-only check button, do you mean just a disabled check box?
This is the PHP - Code area...Code: Select all
<input type="checkbox" disabled="true" name="option" value="test"/>