'accesskey' Example : accesskey « Form « HTML / CSS

HTML / CSS » Form » accesskey 
'accesskey' Example
 
    
<HTML>
<Title>Example For accesskey</Title>
<BODY>
<form>
<input type="Button" 
       accesskey="M" 
       value="Press Alt + M to bring this button intofocus">
</form>
</BODY>
</HTML>

      
        
  
Related examples in the same category
1.Access keys
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.