javascript A name
| name | NN 2 IE 3 DOM 1 |
| Read/Write | |
|
This is the identifier associated with an element that turns it into an anchor. You can also use the name as part of the object reference. |
|
| Example | |
if (document.links[12].name == "section3") {
...
}
|
|
| Value | |
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. |
|
| Default | |
None. |
|
Previous: javascript A nameProp
Next: javascript A mimeType
182,Nickname,Homepage or email,Comments here,Add comment
