What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Solved] Problem with ChatWndSendMessage event (i guess)

[Solved] Problem with ChatWndSendMessage event (i guess)
Author: Message:
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
RE: Problem with ChatWndSendMessage event (i guess)
code:
if (Message == '#check') {
          var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
          xmlhttp.open("GET", "http://flippeh.de/minichat_last.php", true);
          xmlhttp.onreadystatechange=function() {
               if (xmlhttp.readyState==4) {
                    Debug.Trace("Hi from success!");
                    Message = "";
                    //return xmlhttp.responseText;
               }
          }
          xmlhttp.send('');

        return Message;
     
}
     return false;
}


should work
07-03-2006 09:05 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Solved] Problem with ChatWndSendMessage event (i guess) - by Blaggi on 07-03-2006 at 08:51 PM
RE: Problem with ChatWndSendMessage event (i guess) - by foaly on 07-03-2006 at 09:05 PM
RE: Problem with ChatWndSendMessage event (i guess) - by Blaggi on 07-03-2006 at 09:10 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