This answer was given the other day...
<input type="text" onFocus="blur()">
-----Original Message-----
From: Ebers, David [mailto:David.Ebers@o...]
Sent: Wednesday, February 28, 2001 11:26 AM
To: HTML Code Clinic
Subject: [html_code_clinic] Disable <input> - field in NS?
Please,
can somebody tell me how to disable a single line textfield in NS?
In IE all works fine.
Here is my Code
...
<tr>
<td><input name="textfield1" type="Text" size="40" maxlength="40"
value="Text" readonly></td>
</tr>
<tr>
<td><input name="textfield2" type="Text" size="40" maxlength="40"
value="Text" disabled></td>
</tr>
In NS the user still can edit data.
Thanks, David