HTMLDocument.Anchors Property |
Gets a collection containing all A elements with a value for the name attribute.
[VBScript] Public ReadOnly Property Anchors As HTMLCollection
[JScript] public function get Anchors() : HTMLCollection;
A HTMLCollection containing all matching elements.