July 1998
Intermediate to advanced
1456 pages
65h 5m
English
readOnly — NN n/a IE 4 DOM n/a
Read-only
Whether the form element can be edited on the page by the user. A
form control whose readOnly property is
true may still be modified by scripts, even though
the user may not alter the content.
document.forms[0].myText.readOnly = "true"
Boolean value: true | false.
false
Read now
Unlock full access