July 1998
Intermediate to advanced
1456 pages
65h 5m
English
name — NN 4 IE n/a DOM n/a
Read-only
The identifier associated with a layer for use as the value assigned
to TARGET attributes or as script references to
the frame. If no value is explicitly assigned to the
ID attribute, Navigator automatically assigns the
NAME attribute value to the ID
attribute.
if (document.layers[2].name == "main") {
...
}Case-sensitive identifier that follows the rules of identifier naming: it may contain no whitespace, cannot begin with a numeral, and should avoid punctuation except for the underscore character.
None.
Read now
Unlock full access