What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Help with script] Getting text from websites

[Help with script] Getting text from websites
Author: Message:
skyserpent
Junior Member
**

Bacon

Posts: 96
32 / Male / –
Joined: Aug 2006
O.P. RE: [Help with script] Getting text from websites
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
03-07-2007 06:45 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Help with script] Getting text from websites - by skyserpent on 03-07-2007 at 06:09 PM
RE: [Help with script] Getting text from websites - by pollolibredegrasa on 03-07-2007 at 06:19 PM
RE: [Help with script] Getting text from websites - by skyserpent on 03-07-2007 at 06:45 PM
RE: [Help with script] Getting text from websites - by foaly on 03-07-2007 at 06:53 PM
RE: [Help with script] Getting text from websites - by skyserpent on 03-07-2007 at 06:57 PM
RE: [Help with script] Getting text from websites - by CookieRevised on 03-07-2007 at 07:25 PM
RE: [Help with script] Getting text from websites - by skyserpent on 03-07-2007 at 07:27 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On