July 1998
Intermediate to advanced
1456 pages
65h 5m
English
htmlFor — NN n/a IE 4 DOM n/a
Read-only
Returns the value (element ID) assigned to the FOR
attribute of a SCRIPT element. This attribute
defines the document element to which the script is bound when a
specific event (set by the EVENT attribute) fires
for the element.
if (document.all.scripts[3].htmlFor == "helpButton") {
...
}String.
None.
Read now
Unlock full access