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