What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Auto Refresh? twitter

Auto Refresh? twitter
Author: Message:
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: Auto Refresh? twitter
Ok, silly me for not noticing this the first time 8-) :P

code:
   request.send(null);
   request.onreadystatechange = processReadyStateChange(); // this still needs to be removed


The callback is being assigned after the request is sent meaning that it doesn't exist to be called (at least not the first time, subsequent requests would work because you are using the same xmlhttp object). Those two lines should be the other way around.

This post was edited on 06-20-2008 at 01:08 AM by Eljay.
06-20-2008 01:06 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Auto Refresh? twitter - by Lamonte on 06-20-2008 at 12:25 AM
RE: Auto Refresh? twitter - by Eljay on 06-20-2008 at 12:37 AM
RE: Auto Refresh? twitter - by Lamonte on 06-20-2008 at 12:41 AM
RE: Auto Refresh? twitter - by Eljay on 06-20-2008 at 01:06 AM
RE: Auto Refresh? twitter - by Lamonte on 06-20-2008 at 01:11 AM
RE: Auto Refresh? twitter - by Lamonte on 06-20-2008 at 11:18 PM
RE: Auto Refresh? twitter - by Matti on 06-21-2008 at 06:55 AM


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