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
|