JavaScript Window method: blur()
[this page | pdf | back links]
The blur() method (when applied to Window objects
in the JavaScript
BOM) removes focus
from the window.
It
has the following syntax with no parameters. It does not return a value.
window.blur(message)
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)