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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-05-04
|
255 b
|
12 lines
if (document.layers){
originalWindowWidth = innerWidth;
originalWindowHeight = innerHeight;
onresize=function() { if(innerWidth != originalWindowWidth || innerHeight != originalWindowHeight) location.reload() };
}