Name

name — NN 4 IE 4 DOM n/a

Synopsis

Read/Write (IE)

The name property is part of Navigator’s way of referencing the object. The value of the property, however, cannot be retrieved through the object itself, since the only properties that are returned are those of the plugin that plays the multimedia content. In IE, however, the property is available for reading and writing.

Example

document.all.myEmbed.name = "tunes"

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.

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.