Plugin.name (Property)

This corresponds to the NAME attribute of the tag that contains the plugin.

Availability:

JavaScript - 1.1
JScript - 3.0
Internet Explorer - 4.0
Netscape - 3.0
Opera - 3.0
Property/method value type:String primitive
JavaScript syntax:-myPlugin.name
HTML syntax:<EMBED NAME="aName">
Argument list:aNameA name to identify the plugin object

Objects are identified either by the NAME="..." HTML tag attribute or by the ID="..." HTML tag attribute.

Netscape shows a marginal preference for the name property while MSIE seems slightly better disposed towards the ID property. However in many cases, both browsers support either technique and in some cases will locate items named with either tag as if they existed in a single namespace.

See also:NAME="..."

Property attributes:

ReadOnly