home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nintendo GameCube Preview CD-ROM
/
NINTENDOGAMECUBE.iso
/
site
/
js
/
netcssfix.js
< prev
next >
Wrap
Text File
|
2001-05-04
|
255b
|
12 lines
if (document.layers){
originalWindowWidth = innerWidth;
originalWindowHeight = innerHeight;
onresize=function() { if(innerWidth != originalWindowWidth || innerHeight != originalWindowHeight) location.reload() };
}