On Jan 1, 12:09 pm, Redbreva <[email protected]> wrote: > Hi, new to web programming, esp the maps api. I have managed to get a > working page, with a number of custom markers being shown, without too > much problem but have now got a little bit stuck. > > What I would like to do is either: Display a clickable URL in the 'pop > up' windows for each location, or maker the marker jump to a link > directly. > > Are either of these two objectives possible, and if so, does anyone > have a link to some very simple sample code that I could use to > understand how??
They are both possible. Making clicking on a marker go to another page is a different behavior than I would expect. I would suggest Mike Williams' (v2) tutorial for an explanation of putting links in infowindows: http://econym.org.uk/gmap/ The Basics - Part 6 Images and Links in info windows http://econym.org.uk/gmap/basic6.htm -- Larry > > Thanks -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
