> My newbish script using google maps api works except when you click on > the icon on the map the overlay window is not poping up.
Read your code. You create a marker, add a click listener to it, but do not add it to the map. Later on, you set up a custom icon and point, and add a new marker based on those to the map. This one doesn't have a click listener attached to it. Have you discovered this resource ? http://econym.org.uk/gmap/ When you run into more complex problems (as we all do!), you'll get better help by posting a link to your problem page, rather than code dumps, which many don't even read. http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
