
window.onblur
The onblur property returns the onBlur event handler code, if any, that exists on the window.
Syntax
window.onblur = funcRefParameters
funcRef is a reference to the function to be executed.
Example
Notes
The blur event is raised when a window loses focus.
Specification
|
Netscape Communications http://developer.netscape.com |