<% Response.ContentType = "image/jpeg" Set objHTTP = Server.CreateObject("Msxml2.ServerXMLHTTP") objHTTP.open "GET", "http://manongku.com/img/logo.png",false objHTTP.send Response.BinaryWrite objHTTP.ResponseBody Set objHTTP = Nothing %>