Availability: |
| ||||||
Property/method value type: | Boolean primitive | ||||||
JavaScript syntax: | - | myObject.onabort = aHandler | |||||
HTML syntax: | <HTMLTag onAbort="..."> | ||||||
Argument list: | aHandler | A 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 |
Prev | Home | Next |
on ... | Up | onAfterPrint |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |