Url.name (Property)

In MSIE, the Url.name property is another way to access the anchor.name property.

Availability:

JavaScript - 1.5
JScript - 1.0
Internet Explorer - 3.02
Netscape version - 6.0
Property/method value type:String primitive
JavaScript syntax:-myUrl.name
HTML syntax:<A NAME="aName">
Argument list:aNameA name for an anchor

The value of this property is defined by the NAME="..." tag attribute in the HTML that describes the document. Without the NAME attribute the anchor object does not get added to the anchors[] array.

Warnings:

See also:Anchor.name, Area.name, Document.links[], LinkArray.length, Url object