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