What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] Playing with the Google Data (YouTube) API...

[?] Playing with the Google Data (YouTube) API...
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. RE: [?] Playing with the Google Data (YouTube) API...
JScript code:
function GetContents(url){
var xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
xmlhttp.open("GET",url,0);
xmlhttp.send();
return xmlhttp.responseText;
}


it works perfectly.
[quote]
Ultimatess6
: What a noob mod
12-06-2008 08:45 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Playing with the Google Data (YouTube) API... - by roflmao456 on 12-06-2008 at 03:16 AM
RE: [?] Playing with the Google Data (YouTube) API... - by NanaFreak on 12-06-2008 at 03:41 AM
RE: [?] Playing with the Google Data (YouTube) API... - by roflmao456 on 12-06-2008 at 04:37 AM
RE: [?] Playing with the Google Data (YouTube) API... - by Matti on 12-06-2008 at 09:49 AM
RE: [?] Playing with the Google Data (YouTube) API... - by roflmao456 on 12-06-2008 at 08:45 PM
RE: [?] Playing with the Google Data (YouTube) API... - by felipEx on 12-07-2008 at 05:04 PM
RE: [?] Playing with the Google Data (YouTube) API... - by roflmao456 on 12-08-2008 at 01:23 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