DHTML Methods
DOM Level 1 Specification.
Causes an object to lose input focus.
object.blur ( )
No return value.
An element normally loses focus either via the pointing device or by tabbing navigation. This method allows an author to programmatically remove input focus from an element.
The method also triggers the onblur event, which executes any specified code to handle the event.
Internet Explorer® supports the method in any element that can receive the focus, such as form controls, links in anchors and area elements, etc.
A, APPLET, AREA, BODY, BUTTON, EMBED, FIELDSET, FRAME, HTMLAREA, IFRAME, INPUT, OBJECT, SELECT, TABLE, TD, TEXTAREA, window
focus, onblur, onfocus