'accessKey' Example : accessKey : Javascript Properties : JavaScript Reference examples (example source code) Organized by topic

JavaScript Reference
C++
PHP
JavaScript Reference Home »  Javascript Properties   » [  accessKey  ]   
 



'accessKey' Example

    
<html>
<body>
<input type="text" 
       size="40" 
       id="myButton" 
       accesskey="Z" 
       value="Press Alt + Z to bring me into focus">
<button onclick="myButton.accessKey='N';">Change Access Key to N</button>
</body>
</html

    
      
      
Related examples in the same category
1.  'accessKey' Syntax and Note
2.  'accessKey' is applied to
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.