TOC PREV NEXT INDEX

domref



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

window.onresize = doFunc;
 

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
TOC PREV NEXT INDEX