back to <BODY onFocus="...">
Example of BODY onFocus and onBlur
This page is an example of the
onFocus
and
onBlur
event handlers of the
<BODY ...>
tag. When the page receives the focus the status bar reads "focused". When it loses the focus the status reads "not focused".
Try clicking in the page and then somewhere outside the page to watch the onFocus
and
onBlur
events.