TOC PREV NEXT INDEX

Put your logo here!


window.onchange


An event handler for change events sent to the window.

Syntax

window.onchange = funcRef 

Parameters

funcRef is a reference to a function.

Example

window.onchange = resetThatServerThing 

Notes

None.

Specification

DOM Level 0. Not part of specification. 


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