home *** CD-ROM | disk | FTP | other *** search
/ Nintendo GameCube Preview CD-ROM / NINTENDOGAMECUBE.iso / site / js / netcssfix.js < prev    next >
Text File  |  2001-05-04  |  255b  |  12 lines

  1.  
  2.  
  3.  
  4. if (document.layers){
  5.         originalWindowWidth = innerWidth;
  6.         originalWindowHeight = innerHeight;
  7.         onresize=function() { if(innerWidth != originalWindowWidth || innerHeight != originalWindowHeight) location.reload() };
  8. }
  9.  
  10.  
  11.  
  12.