Team LiB   Previous Section   Next Section
Anchor Client-side JavaScript 1.2

a named position in a document Inherits From: Element

Synopsis

document.anchors[index]
document.anchors[name]

Description

An Anchor object represents an <a> tag with a name attribute, which serves to create a named position in a document.

Properties

name

The value of the name attribute of the <a> tag.

See Also

Document.anchors[ ], Link, Location.hash

    Team LiB   Previous Section   Next Section