|
<INPUT ...>onKeyUp = "script command(s)"onKeyDown = "script command(s)"onKeyDownonKeyUp
| this code | produces this |
<INPUT
NAME="realname"
onKeyDown="window.status='down!'"
onKeyUp="window.status='up!'">
|
onKeyDownonKeyUponKeyDownonKeyUponKeyPressonKeyPress