home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Javascript / JavaScriptEditor / jse_en28.exe / %MAINDIR% / Library / Fullscreen.js < prev    next >
Encoding:
Text File  |  2001-09-10  |  108 b   |  6 lines

  1. if (window.top.location.href!=window.location.href)
  2.  window.top.location.href=window.location.href;
  3.  
  4.  
  5.  
  6.