
window.onabort
An event handler for abort events sent to the window.
Syntax
window.onabort = funcRef
Parameters
funcRef is a reference to a function.
Example
window.onabort = resetThatServerThing
|
Notes
None.
Specification
DOM Level 0. Not part of specification.
Netscape Communications
http://developer.netscape.com
|