[quote=karencute4]my codes for IE aren't working like the tracker and my cbox and my clock....
i guess all my js codes aren't working...[/quote]
I am using switpotato's posted method for loading my codes but what I changed inside the tracker.txt code was the line of code right above the tracker.int.
Find this line of code replace the bold:
[quote][b]if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()[/b]};
TRACKER.init();[/quote]
So it reads like this:
[quote][b]setTimeout("onProfileLoad()",4000);[/b]
TRACKER.init();[/quote]
I also moved some of my addbox codes above the onload handler of the tracker and they work