Web Hosting Offers
See the new scripts recently added to Dynamic Drive. Click here.
Original, practical CSS codes and examples such as CSS menus for your site.
    Search code samples  
 
  Keyword
 
 
 
   
 
 
  Code Samples
 
ASP
CSS
Dhtml
Html
Javascript
PHP
 
   
     LOGIN HERE  
 
Username
Password
Forgot Password
Verify Signup
 
 
 

Javascript >> Events

Can I capture the CTRL key when a click event occurs?

Visitor Ratings (0) :

Description
Yes, you can with NN4, NN6 and IE4+.
Just check event.ctrlKey for NN6 and IE4+ and
event.modifiers & Event.CONTROL_MASK for NN4.


Complete example:
Code
Select All
 Rate this Resource