July 1998
Intermediate to advanced
1456 pages
65h 5m
English
DISABLED — NN n/a IE 4 HTML 4
DISABLED
Optional
The presence of this attribute disables the entire
SELECT element and its nested
OPTION elements. The element receives no events
when it is disabled.
<SELECT NAME="chapters" DISABLED>
<OPTION VALUE="chap1.html">Chapter 1
<OPTION VALUE="chap2.html">Chapter 2
<OPTION VALUE="chap3.html">Chapter 3
<OPTION VALUE="chap4.html">Chapter 4
</SELECT>The presence of this attribute sets its value to
true.
false
[window.]document.formName.selectName.disabled
[window.]document.forms[i].elements[i].disabled
Read now
Unlock full access