TOC PREV NEXT INDEX

Put your logo here!


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. 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX