July 1998
Intermediate to advanced
1456 pages
65h 5m
English
disabled — NN n/a IE 4 DOM 1
Read/Write
Whether the element is available for user interaction. When set to
true, the element cannot receive focus or be
modified by the user. It is also not submitted with the form.
document.forms[0].myButton.disabled = true
Boolean value: true | false.
false
Read now
Unlock full access