erase this thing in your tracker.js
[quote]............COMMENTOR.init();
}
[b]function addSideBar(head,htm,div_id) {
var browser=navigator.appName;
var mic="Microsoft Internet Explorer";
var innerHtm=htm;
var cont="<div id='"+div_id+"' class='commonbox "+div_id+"'>"+
"<div class='commonbox'>"+
"<h2>"+head+"</h2>"+
innerHtm+
"</div>"+
"</div>";
if (browser==mic){
var obj=parent.document.createElement("<li>");
var x=parent.document.getElementById("ads_2_3");
x.parentNode.parentNode.appendChild(obj);
obj.innerHTML=cont;}else{
var obj=parent.document.createElement("li");
obj.innerHTML=cont;
var x=parent.document.getElementById("ads_2_3");
x.parentNode.parentNode.appendChild(obj);}}[/b]
try{
document.createStyl...........[/quote]
erase that black part because you doubled the sidebar function the tracker already have it and ahh the code of the iframe you must put this....
<">.... at the very last part of all the codes in your tracker not before all the codes, and one more tip combine the codes that using onloadhandler in just one onloadhandler.
Last edited by cip6192 (2007-08-23 07:46:39)