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;

Property Value

A HTMLCollection containing all matching elements.

See Also

HTMLDocument Object | HTMLDocument Members | DOM Namespace