onkeypress

Name

onkeypress -- //FIXME purpose should go here

Synopsis

Similar to onkeydown, this event occurs on a focused element when a key is pressed. The distinction is that with this event, the key is released soon after being pressed. The check for which key was pressed can be using the event.keyCode property.