TOC PREV NEXT INDEX

Put your logo here!


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. 


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