home *** CD-ROM | disk | FTP | other *** search
/ Gamecube Preview CD ROM / 04 - Gamecube Preview CD-ROM.iso / pc / site / js / netcssfix.js < prev    next >
Encoding:
Text File  |  2001-05-04  |  255 b   |  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.