HOME        MAIN         BACK

HTML IMG onAbort onError onLoad Events: Examples


<IMG>


<IMG SRC="image/GoldPetals.jpg" WIDTH="100" HEIGHT="50" onAbort="alert('Image onAbort alert!');"><BR>



<IMG SRC="no_image.jpg" WIDTH="100" HEIGHT="50" onError="alert('Image onError alert!');"><BR>

no_image.jpg

<IMG SRC="image/GoldPetals.jpg" WIDTH="100" HEIGHT="50" onLoad="alert('Image onLoad alert!');"><BR>



Hosted by www.Geocities.ws

1