'ctrlLeft' Example : Key Event « Event « JavaScript DHTML
- JavaScript DHTML
- Event
- Key Event
'ctrlLeft' Example
<html>
<body>
<input type="button" value="Click this button while pressing the left Ctrl key"
onClick="alert(event.ctrlLeft);">
</body>
</html>
Related examples in the same category