July 1998
Intermediate to advanced
1456 pages
65h 5m
English
disabled — NN n/a IE 4 DOM 1
Read/Write
Normally, this property determines whether the element is available
for user interaction. Its importance for a hidden element is that
when this property is set to true, the
element’s name/value pair is not submitted with the form.
document.forms[0].elements[3].disabled = true
Boolean value: true | false.
false
Read now
Unlock full access