Javascript Reference
Categories: onabort

javascript onabort Description

@March 15, 2008, 1:22 a.m.
onabortFirefox/Netscape/NN 3 IE 4 Chrome/Safari/DOM 2  

Bubbles: No; Cancelable: No  

Fires if an img element's content fails to complete loading due to user interruption (e.g., clicking Stop or rapidly navigating to another page) or other failure (e.g., timeout due to network traffic). The W3C DOM applies this event only to the object element, which, in the W3C standards view (but not yet widely supported in browsers), is the desired way to embed an image into a page.

 
Typical Targets

The img element.


Powered by Linode.