TOC PREV NEXT INDEX

domref



onblur


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

Syntax

event handling code = element.onblur
 

Example

warnFunc = window.onblur;
 

Notes

The blur event is raised when an element loses focus.

Specification

Not part of specification.


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