July 1998
Intermediate to advanced
1456 pages
65h 5m
English
name — NN 2 IE 3 DOM 1
Read/Write
The identifier associated with an element that turns it into an anchor. You can also use the name as part of the object reference.
if (document.links[3].name == "section3") {
...
}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