Google Maps - Follow up |
10/21/2008 11:17:59 AM |
ASPRunnerPro General questions | |
L
lennyc11563 author
Hi, |
|
J
|
Jane 10/24/2008 |
Hi, strValue = "<a href=""http://maps.google.com/maps?f=q&q=" & rs("latitude") & "," & rs("longitude") & """>Map</a>" |
N
|
Newbe 2/10/2009 |
hi, how to use iframe or custom view? so that the field will show the actual map??? |
J
|
Jane 2/13/2009 |
Hi, strValue = "<img src=""http://maps.google.com/maps?f=q&q=" & rs("latitude") & "," & rs("longitude") & """>"
|