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

HTTP on Vista
Author: Message:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: HTTP on Vista
Hmm.. Perhaps you should try this:

code:
try {
      http = new XMLHttpRequest;
}
catch(e) {
      try {
            http = new ActiveXObject("Microsoft.XMLHTTP");
      }
}


I've got to know that Vista with IE 7 supports this (although I could not confirm the source).

This post was edited on 07-29-2008 at 08:45 AM by SmokingCookie.
07-29-2008 08:45 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
HTTP on Vista - by ArkaneArkade on 07-29-2008 at 02:42 AM
RE: HTTP on Vista - by -dt- on 07-29-2008 at 04:04 AM
RE: HTTP on Vista - by SmokingCookie on 07-29-2008 at 08:45 AM
RE: HTTP on Vista - by ArkaneArkade on 07-29-2008 at 01:37 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