<% Set HttpObj = Server.CreateObject("AspHTTP.Conn") HttpObj.Url = "http://www.funinspace.com" strResult = HttpObj.GetURL STRresult=server.htmlencode(STRresult) response.write STRresult SET HTTPobj = nothing %>