Contents Index Topic Contents | ||
Previous Topic: onbeforeupdate Next Topic: onbounce |
onblur
Description
Fires when an object, such as a button or check box, loses the input focus.
Remarks
This event is fired even when clicking another control or the background of the page, switching applications, or opening another window within the browser. This event will not bubble. Events that do not bubble can only be handled on the individual object that fired the event
Applies To
A, APPLET, AREA, BUTTON, DIV, EMBED, HR, IMG, INPUT, MARQUEE, OBJECT, SELECT, SPAN, TABLE, TD, TEXTAREA, TR, window
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.