'accelerator' Example : accelerator « CSS « HTML / CSS

HTML / CSS » CSS » accelerator 
'accelerator' Example

    
<html>
<head>
</head>
<body>
<p style="accelerator:true">Press Alt+N to bring the control into focus.</p>
<input id="myN" type="text" size="30" accesskey="N" value="Access N">
</body>
</html>

    
      
      
Related examples in the same category
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.