This is the Listings Desk's test site.
The Listings Desk
HERE'S A PLACE TO ENTER NEWARK MURDERS
(javascript method)
Here's the Google Map
HERE'S A PLACE TO SEARCH ABOUT NEWARK MURDERS
(javascript deployment method)
Click here to submit a reunion
<"This iframe is using the MG_map ETWeb web template and the MG_Fortnight query template">



RESULTS:

<%straddress=request("frmaddress")
url="http://maps.google.com/maps/geo?q="&straddress&"&output=csv&key=ABQIAAAAaaj8HKnOhGglQBhChw2gChRydOhcXM3HhnTBc5pZ_RDKIN8ZIxSm5evsXm1H0dkCAYwD65HB2XqBlQ "
' url="http://api.local.yahoo.com/MapsService/V1/geocode?appid=ledgertest&street="&rs("location")&chr(38)&"city="&rs("townname")&chr(38)&"state=nj ;"
set xmlhttp = CreateObject("MSXML2.ServerXMLHTTP")
xmlhttp.open "GET", url, false
xmlhttp.send ""
straddress= xmlhttp.responseText
response.write "The Geocoder sez: " &straddress&"
"
set xmlhttp = nothing
strcomma1 =InStr(5,straddress,",")
strcomma2 = Instr(7,straddress,",")
' response.write strcomma1 & ","&strcomma2&"
"
strstatus = left(straddress,3)
' response.write "STATUS: " &strstatus&"
"
straccuracy = mid(straddress,5,1)
' Response.write " ACCURACY: "&straccuracy&"
"
stry = mid(straddress,strcomma1+1,(len(straddress)-(strcomma2+1)))
strx = mid(straddress,strcomma2+1,(len(straddress)-(strcomma2)))
' response.write strlat&"
"&strlon
linecounter=0
%>