Anchor.accessKey (Property)

A key that needs to be pressed before the anchor object will respond to data entry.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:String primitive
JavaScript syntax:-myInputObject.accessKey

This is an extension that allows the anchor elements to be deadlocked unless a certain key is held down.

On some browsers and operating systems, you may need to hold down one of the modifier keys for this to work. The modifier key required depends on the environment you are using.

Warnings: