Thank you, Andrew; right on! I originally had identified the pop-ups by the tab, no-tabs location and knew that both worked OK, but the extra piece fit into place when I changed the names of the createMarker functions to createMarker1 and createMarker2 (loads of originality at work there) and now all works perfectly! I usually avoid that error, but I guess I'd stared at this so long, I saw only the woods, no trees.
Once again, many thanks. On Feb 21, 9:59 pm, Andrew Leach <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
