LINK.disabled (Property)

A switch property to enable or disable a link.

Availability:

DOM level - 2
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:Boolean primitive
JavaScript syntax:-myLINK.disabled

Setting this property to true will disable a link from performing any action when clicked on by the user. Setting this property false restores its normal operation.