On Oct 3, 9:15 am, searchGod <[EMAIL PROTECTED]> wrote: > well i figure while you wait for your reply, i might ask my own > question because i want to do almost the same as you, but got stuck > even earlier. so you might be able to help me out. > > i am trying to just get the openInfoWindowHTML to work with the > multiple created markers. i have followed tutorials and even the same > as your source and yet i get a javascript error when i click on the > marker. here is the map: > > http://www.dodojuice.com/dads/DARs.html > > in the info window i want to be able to pull in various stuff like > logo and website maybe tel and so on... but i cant get the window at > all.. > Your "country marker" icons don't have the infoWindowAnchor defined, so you will get an error if you call any of the marker.openInfoWindowXXXX methods on them. Either: 1. define the property or 2. use one of the map.openInfoWindowXXXX methods
-- 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 -~----------~----~----~----~------~----~------~--~---
