Anchor.blur() (Method)

Remove input focus from the Anchor object.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
JavaScript syntax:-myInputObject.blur()

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