Page 1 of 1

Text field read only?

Posted: Thu May 08, 2003 7:00 am
by mzfp2
Hi

Is there a way to make Text input fields readonly, without setting the maxchar property to 0? coz there will already be a default value in my textarea which in some circumstances shouldn't be able to changed by the user

Thanks

Posted: Thu May 08, 2003 7:15 am
by Wayne

Code: Select all

<input type="text" value="whatever" readonly>

Posted: Fri May 09, 2003 4:34 am
by []InTeR[]
That was a realy complicated sollution.

Can you explain it? :D :D :D