|
|
|
|
|
window.onresize
An event handler for the resize event on the window.
Syntax
window.onresize = funcRefParameters
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.
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|