In my case these attributes dot' work at all event in IE:
Code:
<html >
<body>
<div contentEditable='false' unselectable='true' style="disabled:true" >
<span dir="ltr"><input name="ctl00$PlaceHolderMain$ctl01$ctl00$FormField1$ctl00$ctl00$onetidIOFile" type="text" value="!!! 1, 987 ?? 10.2.12" maxlength="123" id="ctl00_PlaceHolderMain_ctl01_ctl00_FormField1_ctl00_ctl00_onetidIOFile" title="---" class="ms-long" Size="35" /></span>
</div>
</body>
</html>
The textbox still allows me entering and keystrokes. I wonder how to disable it indirectly (via manipulation with proper <DIV> attributes and styles).
Bookmarks