How to make read only
Moderator: General Moderators
How to make read only
i want to know how to make for read only check button?
- lukewilkins
- Forum Commoner
- Posts: 55
- Joined: Tue Aug 12, 2008 2:42 pm
Re: How to make read only
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"/>Re: How to make read only
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"/>
ok..i get it!
thanx a lot..
- lukewilkins
- Forum Commoner
- Posts: 55
- Joined: Tue Aug 12, 2008 2:42 pm
Re: How to make read only
No problem. Glad it is working for you.
Just a note, this is a purely HTML question and should be kept in the Client Side forum: viewforum.php?f=13
Just a note, this is a purely HTML question and should be kept in the Client Side forum: viewforum.php?f=13