ZVON > References > DOM2 Reference

anchors (attribute )

Owning interface and usage:  
HTMLDocument.anchors

Member of these other interfaces:  
none

Readonly:   yes

Type:   HTMLCollection

Description:  
A collection of all the anchor (A) elements in a document with a value for the name attribute.

Note:  
For reasons of backward compatibility, the returned set of anchors only contains those anchors created with the name attribute, not those created with the id attribute.