title=text
Attribute | Value | Description |
---|---|---|
onkeydown | Script | Script will be executed when a key in keyboard is pressed down. |
onkeypress | Script | Once user presses a key then the functioned will be called and script will be executed. |
onkeyup | Script | When a key is pressed and released then the script will be executed. |