July 1998
Intermediate to advanced
1456 pages
65h 5m
English
NAME — NN 2 IE 3 HTML n/a
NAME=”elementIdentifier"Optional
If you are scripting a plugin (especially in Navigator via
LiveConnect), it is usually more convenient to create a reference to
the embedded element by using a unique name you assign to the item.
Thus, if you edit the page and move or delete multiple
EMBED elements on the page, you do not have to
worry about adjusting index values to array-style references
(document.embeds[i]).
<EMBED NAME="jukebox" SRC="jazz.aif" HEIGHT=15 WIDTH=25></EMBED>
Case-sensitive identifier.
None.
[window.]document.embeds[i].name
[window.]document.elementID.name
Read now
Unlock full access