Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Disable - field in NS?


Message #1 by "Ebers, David" <David.Ebers@o...> on Wed, 28 Feb 2001 17:26:18 +0100
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


  Return to Index