<%
URL="http://www.SiteToTear.com"
Set objHTTP = CreateObject("MSXML2.ServerXMLHTTP.4.0")
objHTTP.setOption(2) = 13056 'Ignore cert errors
objHTTP.open "GET", URL, False
objHTTP.setRequestHeader "Content-type", "text/html"
objHTTP.send
Response.Write objHTTP.responseText &"<BR>"
%>
Earl Robb
www.jhdesigninc.com