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