Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

CtrlKey Example

<html> <body> <input type="button"         value="Click this button while pressing either Ctrl key"         onClick="alert(event.ctrlKey);">  </body> </html>