Gets or sets the anchor name.

[VBScript]
Public Property Name As String
[JScript]
public function get Name() : String;
public function set Name(String);

Property Value

A string representing the anchor name.

See Also

HTMLAnchorElement Object | HTMLAnchorElement Members | DOM Namespace