onAbort (Event handler)

An event that happens when loading is interrupted.

Availability:

JavaScript - 1.1
JScript - 1.0
Internet Explorer - 4.0
Netscape - 3.0
Opera - 3.0
Property/method value type:Boolean primitive
JavaScript syntax:-myObject.onabort = aHandler
HTML syntax:<HTMLTag onAbort="...">
Argument list:aHandlerA reference to a function object to handle the event
Supported by objects:IMG

This event is only supported by IMG objects. It is triggered if a page load is aborted partway through the loading of an image.

See also:Event, Event handler, Event model, Event names, Event object, Event.returnValue, Handler, onError, onLoad, Semantic event