JavaScript Event handlers : onAbort
Description
The onAbort event handler executes JavaScript code or function when an abort event occurs. That is when a user cancels the loading of an image by either clicking a link or clicking the Stop button before the image has loaded.
Version
Implemented in JavaScript 1.1
Syntax
onAbort="JavascriptCode"
Parameter
JavascriptCode : JavaScript statement or JavaScript function.
Applies to
- images
Please Google+, Like this tutorial on FaceBook, Tweet, save it as bookmark and subscribe with our Feed. Have suggestions? comment using Disqus down this page. Thanks.





