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