On Feb 5, 9:22 pm, kenja <[email protected]> wrote: > > While the map seems to work fine in most browsers, it does not display > correctly in ie6 (shocking, I know...). I believe it is due to those > errors.
Those errors also occur in Firefox. Not sure why yet. > The other error I get is generated after clicking around on the map > icons. If I click enough, it generates this error: > > "overlay.openInfoWindowHtml is not a function" That happens when you click on the infoWindow. It passes the infoWindow as "overlay" and then tries to open its infoWindow. Don't assume that an overlay must be a marker. You can check whether it is a marker as explained at the end of this post: http://groups.google.com/group/Google-Maps-API/msg/daa55a76f7b3ac0d Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
