links
The links property returns a collection of all AREA elements and anchor elements in a document with a value for the href attribute.
Syntax
linkArray = document.links
Parameters
linkArray is an array of the links in the document
Example
Notes
Specification
links
Netscape Communications http://developer.netscape.com |