TOC PREV NEXT INDEX

domref



window.blur()


Shifts focus away from the window.

Syntax

window.blur()
 

Parameters

None.

Example

window.blur();
 

Notes

The window.blur() method is the programmatic equivalent of the user shifting focus away from the current window.

Specification

DOM Level 0. Not part of specification.
 


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