Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

AccessKey Syntax and Note

Note: Read and write property.  Sets the one-character accelerator key for the element.       Syntax:      document.getElementById("elementID").accessKey = value document.all.elementID.accessKey = value // IE only