Hi,

I have setup a map succesfully and the markers are being plotted in
the right place, what i would like to do is make the marker become a
link as well so when it is clicked on it redirects to a new page, is
this possible, any help much appreciated, the code for where i am is
below


Thanks
Anthony


function init()
{
var map = new GMap2(document.getElementById('map_canvas'));
map.setCenter( new GLatLng( 51.593653,0.241749), 13 );
map.addControl(new GSmallMapControl());
map.addControl(new GMapTypeControl());


var point = new GLatLng(51.593653,0.241749);
var options = { title: 'Central Park Leisure Centre - RM3 9LB' };
map.addOverlay(new GMarker(point,options));



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to