'accessKey' Syntax and Note : accessKey « Javascript Properties « JavaScript Reference

'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

    

      
      








Related examples in the same category

1.'accessKey' Example
2.'accessKey' is applied to