Posts: 487
Name: Mark Stegeman
Location: Netherlands, Europe
|
if (ns4)
ld=document.loading;
...should be...
if (ns4)
ld=document.loading.style;
... I think.
I'm not really into these things though, but I'd say that's what's missing logically.
__________________
<?php ($helpfull>0)?$talkupation++ : '';?>
|