Page 1 of 1

How to make read only

Posted: Wed Aug 20, 2008 8:00 pm
by oneyani
i want to know how to make for read only check button?

Re: How to make read only

Posted: Wed Aug 20, 2008 8:29 pm
by lukewilkins
By read-only check button, do you mean just a disabled check box?

Code: Select all

<input type="checkbox" disabled="true" name="option" value="test"/>
This is the PHP - Code area...

Re: How to make read only

Posted: Wed Aug 20, 2008 8:56 pm
by oneyani
lukewilkins wrote:By read-only check button, do you mean just a disabled check box?

Code: Select all

<input type="checkbox" disabled="true" name="option" value="test"/>
This is the PHP - Code area...

ok..i get it!
thanx a lot..
:drunk:

Re: How to make read only

Posted: Thu Aug 21, 2008 10:16 am
by lukewilkins
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