On Aug 29, 11:03 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > 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
Have a look at Mike's tutorial http://econym.googlepages.com/basic1.htm -- use a helper function createMarker(), but instead of opening an infoWindow when you handle a click on the marker, set location.href instead. Andrew PS: That's really the maximum number of lines of code to post. See the posting guidelines http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
