if in repositioning it at da sidebar,,here it is,,
[quote]addBox("RIGHT","Visitors",TRACKER.div.innerHTML,"tracker",[b]null[/b]);[/quote]
just edit da bolded part,,
im sure u know it na ate swit,,
but if u want to be on da mainbar,,
just look for this part at da [b]tracker.txt[/b]
[quote]function addBox (type,head,htm,id,sibling) {
try {
var li=document.createElement("li");
} catch(e) {
var li=document.createElement("<li>");
}
if(type=="LEFT") {
var ul=document.getElementById("0").parentNode.parentNode;
htm="<div class='boxcontent'>"+htm+"</div>";
}
else var ul=document.getElementById("[color=#FF0000][b]2[/b][/color]").parentNode.parentNode;
li.innerHTML="<div id='"+id+"' class='commonbox "+id+"'>"+
"<h2>"+head+"</h2>"+
"<div id='content_"+id+"'>"+
htm+
"</div>"+
"</div>";
if(sibling==null) ul.appendChild(li);
else {
sibling=document.getElementById(sibling).parentNode;
ul.insertBefore(li,sibling);
}
}
function processAjaxRequest(type,url,cont,param,handler,handlerparam) {
if(handlerparam) handlerparam=","+handlerparam;
else handlerparam="";
var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP");
if(handler) eval("httprequest.onreadystatechange=function(){if (httprequest.readyState==4) {"+handler+"(httprequest.responseText"+handlerparam+");}}");
httprequest.open( type, url, cont);
if(type=="POST") {
httprequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
httprequest.setRequestHeader("Content-length", param.length);
httprequest.setRequestHeader("Connection", "close");
}
httprequest.send(param);[/quote]
u can change da [b]2[/b] into this
<">dats it ate swit,,
@shirow,,
no problem bro,,i want to help here since i already got da info from you guyz,,so no problem bout dat,,glad im here
Last edited by portuniecho (2008-03-19 10:47:08)