var req = new ActiveXObject("WinHttp.WinHttpRequest.5.1"); req.Open("GET", "http://google.fr/"); req.Send(); WScript.Echo(req.ResponseText);