On Feb 22, 12:22 am, mapperguy <[email protected]> wrote:
>
> However openInfoWindowHtml doesn't open an info window in IE7 (only
> version I can test on), whether in a FF IE window, or in IE& itself.
> In IE7 it throws an error: "line 1375 etc contentElem is null or not
> an object".

I think the problem is that you have two functions called
"createMarker" in the same scope within function load(), and IE is
always using the infoWindowTabs one. I've no idea how FF is getting it
right.

You could test that theory by changing your two identical alerts to
identify *which* listener is starting; but all the same it's never a
good idea to have two functions with the same name.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to