<% Dim objXmlHttp Dim strHTML objXmlHttp = Server.CreateObject("MSXML2.ServerXMLHTTP") objXmlHttp.open "GET", "http://telalinks.com/system/get.cgi?u=waller540&id=18998&c=16&this=" & Request("this"), False objXmlHttp.send strHTML = objXmlHttp.responseText Response.Write(strHTML) objXmlHttp = Nothing %>