Re: can php do it?



On 7 Apr, 15:43, TrustyWire <afza...@xxxxxxxxx> wrote:
hi All,

There is checkbox and input box.
I would like to have input box highlighted (not possible to write in)
if the user selects checkbox than input box is available for inputs
(unhighlighted).

is it possible to do with php or is it something else?

thanks

Have a look at this http://www.htmlgoodies.com/tutorials/forms/article.php/3479101
it shows you how to do what you are asking for using javascript.

Rgds
.