<% mystring="/learn/test/response.asp" Set HttpObj = Server.CreateObject("AspHTTP.Conn") HttpObj.Url = "http://www.learnasp.com" & mystring strResult = HttpObj.GetURL response.write STRresult SET HTTPobj = nothing %>