I am using this method for loading my codes but to get my WVM to work 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 did move my addbox codes around also, some are above the orginal onload handler but they work
[quote=ivynne]"UR COMPILE JS URL HERE".. izit .txt ur .js ?[/quote]
I used .js in my codes and it works fine
Last edited by bobcbar (2008-05-24 04:47:28)