Javascript Keyboard Events on Keypress

Javascript Keyboard Events on Keypress
Keypress keyboard event when the user presses the key at the time of the key is press that time this event will fire.

Example:
<input type="text" onkeypress="keypress()">

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

Copyright Labw3