window.onresize
An event handler for the resize event on the window.
Syntax
window.onresize = funcRef
Parameters
funcRef is a reference to a function.
Example
Notes
The resize event is fired when the window is resized.
Specification
DOM Level 0. Not part of specification.
Netscape Communications http://developer.netscape.com |