Thanks, I really appreciate it!
Daniel
Daniel O'Dorisio
Daniel@2...
-----Original Message-----
From: Gregory_Griffiths@c... [mailto:Gregory_Griffiths@c...]
Sent: Thursday, February 22, 2001 2:59 AM
To: HTML Code Clinic
Subject: [html_code_clinic] RE: Problem in netscape not in IE
Try :
<input type="text" size="20" name="testing" onFocus="blur()">
> -----Original Message-----
> From: daniel@2... [mailto:daniel@2...]
> Sent: 21 February 2001 22:29
> To: daniel@2...; html_code_clinic@p...
> Subject: [html_code_clinic] RE: Problem in netscape not in IE
>
>
> How would I put that in the field code? What syntax
>
> Daniel
>
> Daniel O'Dorisio
> Daniel@2...
>
> -----Original Message-----
> From: Gregory_Griffiths@c...
> [mailto:Gregory_Griffiths@c...]
> Sent: Wednesday, February 21, 2001 1:22 PM
> To: HTML Code Clinic
> Subject: [html_code_clinic] RE: Problem in netscape not in IE
>
> some people have suggested using the READONLY attribute (I think that
> is what it is called) I personally prefer JS :
>
> onFocus="blur()"
>