
seano
|
| Posted: 10/17/2005, 12:05 PM |
|
Hi,
I've had a simple link in one of my apps that goes to Mapquest and brings up a map of a specific address. To do this I just created a link, set the Href Source link type to Page, destination to: http://www.mapquest.com/maps/map.adp, and added link parameters for address, city and state. This results in a URL of http://www.mapquest.com/maps/map.adp?city=AnyCity&state...+My+Road&zoom=8
I now want to use google maps. Trouble is that Google is looking for a link in the format: http://maps.google.com/maps?q=123+My+Road,+AnyCity,+CA.
Seems easy enough, but it appears link parameters requires a parameter name for each field, rather than allowing me to say q=Address, City, State.
Any ideas???
|
|
|
 |
mrachow
Posts: 509
|
| Posted: 10/18/2005, 1:00 AM |
|
At a first look I build up a session variable or a hidden control with this comma separated string as value and use this as one parameter
_________________
Best regards,
Michael |
 |
 |
|

|