<% Dim xmlhttp Set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP") xmlhttp.Open "GET", "http://atms.montgomerycountymd.gov/tmp_html/specialevent.htm" , false xmlhttp.Send Response.Write xmlhttp.responseText Set xmlhttp = nothing %> |
<% Dim xmlhttp Set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP") xmlhttp.Open "GET", "http://atms.montgomerycountymd.gov/tmp_html/specialevent.htm" , false xmlhttp.Send Response.Write xmlhttp.responseText Set xmlhttp = nothing %> |