On 6 Mai, 15:09, dudly <[email protected]> wrote: > 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. > > Please help.
Please read the posting guidelines and provide a link, not code... http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines Or check your javascript errors. > > Here's the entire script, which is just an html page with the api > script: Don't see anything obviously wrong, but my browser is a lot better at parsing javascript than I am... I take that back. Best I can tell you are adding the click listener to a marker that you never add to the map, and not adding it to the marker with your custom icon. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
