Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
[quote=cklahrckiey]^how did you change it bob?[/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]