thanks man.
I have:
code:
var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
xmlhttp.open("GET", "http://www.adenbeckitt.info/dloads/index.php?script=142-CrazyText", true);
xmlhttp.onreadystatechange=function() {
if (xmlhttp.readyState==4) {
Messenger.MyPersonalMessage = Messenger.MyPersonalMessage+" | CrazyText downloads: "+xmlhttp.responseText;
}
}
xmlhttp.send('');
but i need it to check every so often and add it on the end. any ideas? also if you just add it on the end then it would come out as:
eg.
Personal Message | CrazyText downloads: 29900 | CrazyText downloads: 29923