
onblur
The onblur property returns the onBlur event handler code, if any, that exists on the current element.
Syntax
event handling code = element.onblurExample
Notes
The blur event is raised when an element loses focus.
Specification
| 
    Netscape Communications http://developer.netscape.com  |