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
Notes
The blur event is raised when an element loses focus.
Specification
Netscape Communications http://developer.netscape.com |