August 1999
Intermediate to advanced
1488 pages
72h 53m
English
onBlur="command"
The onBlur event handler is a property of a Window object and is fired when the focus is moved away from that particular window instance. Care should be taken when using this event handler, because it is possible to get into an infinite loop when using onFocus event handler or focus() method. Note that when this event handler is called within the <body> tag, it is overridden if a <frame> tag that also uses this event handler loaded the document.
Note
Some Navigator 3 browsers do not fully support this event handler when called in a <frameset> tag.
Listing 7.555 has a frame set with two frames. The first frame, toc, has the onBlur ...
Read now
Unlock full access