AnchorArray.length (Property)

The number of named anchors in the current document.

Availability:

JavaScript - 1.0
JScript - 3.0
Internet Explorer - 4.0
Netscape - 2.0
Property/method value type:Number primitive
JavaScript syntax:-myDocument.anchors.length

The length of the anchors array, which indicates the number of named <A> HTML tags in the document.

See also:Anchor.name, Collection.length, Document.anchors[]

Property attributes:

ReadOnly.