I would like to add marker on my map, and when you click on a marker,
a new page is opened. How to do that ?
I tried this, but doesn't work.
GEvent.addListener(marker, "click", function() {
marker.gotoURL="[link]";
});
Dom
I would like to add marker on my map, and when you click on a marker,
a new page is opened. How to do that ?
I tried this, but doesn't work.
GEvent.addListener(marker, "click", function() {
marker.gotoURL="[link]";
});
Dom