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:
ArkaneArkade
Full Member
***

Avatar
The One and Only

Posts: 193
Reputation: 5
38 / Male / Flag
Joined: Mar 2007
O.P. HTTP on Vista
Hey folks.  I've recently updated to Vista, but with it I've started having problems with on of my scripts.

Basically put, I'm trying to send data to a web server on my network.  This used to work fine on XP but now it doesnt.  The offending code is this:

code:
http = new ActiveXObject("Microsoft.XMLHTTP");
http.open("GET", url, true, user, pass);
http.send(sendthis);


I'm presuming that the problem is that the required ActiveX control doesnt exist on Vista, so I'm looking for a Vista alternative.  can anyone give me any pointers?

Cheers guys
Leroux
[Image: adsig.jpg]
07-29-2008 02:42 AM
Profile E-Mail PM Web 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