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