Re: [VE][131] Error Message Feedback

On Sun, 24 Oct 2004, BangaloreEducation wrote:

> Line 56, column 46: value of attribute "READONLY" cannot be "TRUE"; must be one of "READONLY"
>
> ....pe=text name="theTime" readonly="true" size=10 style="border:1px solid black;
>
>     What is the correct way to make a text box read only

readonly="readonly", as the message says. In HTML 4.01 (but not in XHTML)
you can also use just
readonly
as an attribute specification.

-- 
Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/

Received on Monday, 25 October 2004 09:29:12 UTC