[thelist] @import CSS page, why?

Mark Howells mark at mountain.ch
Mon Apr 1 07:09:01 CST 2002


> http://www.ellenoire.com/finesoapnew.htm is stalling some older browsers

The problem seems to be Javascript-related, not CS related. The following
piece of Javascript creates a permanent loop, as it asks the page to reload
every 100ms in Netscape. By removing it, the page seems to be OK in NN4 on
Mac.

function P7_N4FlashFix(a) { //1.1 by PVII
if(navigator.appName=="Netscape" && parseInt(navigator.appVersion)==4) {
if(a){document.P7n4_w=innerWidth;document.P7n4_h=innerHeight;setInterval("P7
_N4FlashFix(false)",100);
}else
if(document.P7n4_w!=innerWidth||document.P7n4_h!=innerHeight){location.reloa
d();}}
}
P7_N4FlashFix(true);

Regards
Mark Howells
<http://www.mark.ac/evl/>




More information about the thelist mailing list