From: .Net Sports on
i'm not sure what newsgroup to ask, but i have some dynamic asp code
that displays addresses and such from a recordset, and i want users to
click on an icon that sits aside the dynamic address to find the
location via yahoo maps, but I want to use this to go to Google maps.
Here is my Yahoo example:
http://maps.yahoo.com/py/lg:/lc:/maps_result?BFCat=&Pyt=Tmap&newFL=&addr=<%=
rslist("address") %>&csz=<%= rslist("city") %>%2C%20<%= rslist
("state") %>%20<%= rslist("zip") %>&country=us

i can't find a source that has this for Google maps.

??
NS