< html>
Key Events Example
Type some characters into the first textbox.
onkeydown="handleEvent(event)"
onkeyup="handleEvent(event)"
onkeypress="handleEvent(event)">