July 1998
Intermediate to advanced
1456 pages
65h 5m
English
name — NN n/a IE 4 DOM 1
Read/Write
The identifier associated with the OBJECT element.
If the object should be one that goes inside a form, the name
property is submitted as one-half of the name/value pair when the
form is submitted to the server.
document.all.myObject.name = "company"
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