window.onBlur : Window Object : Window JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Window » Window Object »

 

window.onBlur







The onBlur event handler is fired when the focus is moved away from that particular window instance.












<html>
    <frameset cols="150,*">
      <frame name="toc"
             src="/toc.htm"
             onBlur='myBlurFunc()'
             marginwidth=marginheight=scrolling=AUTO>
      <frame name="body"
             src="/body.htm"
             marginwidth=10 marginheight=scrolling=AUTO>

    </frameset>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Window
» Window Object