August 1999
Intermediate to advanced
1488 pages
72h 53m
English
onKeyDown="command"
The onKeyDown event handler is triggered when a key is pressed down in the image.
Listing 7.311 defines an event handler for the onKeyDown event within an image.
<img name="circle"
src="circle.gif"
onKeyDown="alert('An ONKEYDOWN event occurred!')">
|
Read now
Unlock full access