Javascript Keyboard Events on Keydown


Keydown keyboard event when the user presses the key at the time of the key is going downward time this event will fire.

Example
<input type="text" onkeydown="keydown()">

<script>function keydown(){alert("Keys is press down");}</scrip>
Copyright Labw3