Input.blur() (Method)

Removes input focus from the input element.

Availability:

DOM level - 1
JavaScript - 1.0
JScript - 1.0
Internet Explorer - 3.02
Netscape - 2.0
Opera - 3.0
JavaScript syntax:-myInputObject.blur()

This will trigger the Blur event handler function attached to the onblur property of the object.

See also:Input.focus(), onBlur, onFocus, Window.blur(), Window.focus()