Gets or sets a value indicating this area is active or inactive.

[VBScript]
Public Property NoHref As Boolean
[JScript]
public function get NoHref() : Boolean;
public function set NoHref(Boolean);

Property Value

true if the area is inactive, false, otherwise.

See Also

HTMLAreaElement Object | HTMLAreaElement Members | DOM Namespace