Team LiB   Previous Section   Next Section
Document.links[] the Link objects in a document

Availability

JavaScript 1.0

Synopsis

document.links 

document.links.length

Description

The links property is an array of Link objects -- one object for each hypertext link that appears in document. The links[] array has links.length elements, numbered from zero to links.length-1.

See Also

Link

    Team LiB   Previous Section   Next Section