TOC PREV NEXT INDEX

Put your logo here!


window.onblur


The onblur property returns the onBlur event handler code, if any, that exists on the window.

Syntax

window.onblur = funcRef 

Parameters

funcRef is a reference to the function to be executed.

Example

warnFunc = window.onblur; 

Notes

The blur event is raised when a window loses focus.

Specification

Not part of specification.


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