TOC PREV NEXT INDEX

Put your logo here!


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

DOM Level 0. Not part of specification.


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