TOC PREV NEXT INDEX

Put your logo here!


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

None. 

Notes

None.

Specification

links 


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX