window.onFocus : Window Object : Window JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Window » Window Object »

 

window.onFocus







The onFocus event handler is fired when the focus is placed on that particular window instance.












<html>
    <frameset cols="150,*">
      <frame name="toc"
             src="/toc.htm"
             onFocus='myFocusFunc()'
             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