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;

Property Value

A HTMLCollection containing all matching elements.

See Also

HTMLDocument Object | HTMLDocument Members | DOM Namespace