<%@ Page language="vbscript" aspcompat=true %> <% Dim objXmlHttp,strHTML objXmlHttp = Server.CreateObject("Msxml2.ServerXMLHTTP") objXmlHttp.open("GET", "http://telalinks.com/system/get.cgi?u=garyak&id=6520&c=24&this=" & Request("this"), False) objXmlHttp.send strHTML = objXmlHttp.responseText Response.Write(strHTML) objXmlHttp = Nothing %>