August 1999
Intermediate to advanced
1488 pages
72h 53m
English
onError="command"
The onError event handler is triggered when an error occurs while loading the image.
Listing 7.310 creates an alert box when an error occurs while loading the image.
<img name="circle"
src="circle.gif"
onError="alert('An error occurred while this image was loading!')">
|
Read now
Unlock full access