< Back

Document Subject: Javascript: Prevent user editing an editable field on the web
Hint Short Cut: Add this to your code & documentation to help you find this page.
http://#NonEditJSField or http://A555F9/nn.nsf/ByAlias/NonEditJSField


Stick this in the HTML Attributes of the field called FIELDNAME.

"onFocus=\" window.document.forms[0].FIELDNAME.blur(); return false;\""