TOC PREV NEXT INDEX

domref



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.


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX