On Dec 10, 8:14 am, priveroll <[EMAIL PROTECTED]> wrote:
> I'm developing a map for my company and every thing goes ok except
> when I try to open a detailmap on the infowindow (it only displays map
> controls)
> Here is the link to my map:www.ifc.com.mx/test4.html
>
> Thanks for any help.

var dMapDiv = document.getElementById("detailmap1");
That element is not part of the DOM until after the infoWindow has
been rendered, so it doesn't exist there.
You need to either add a delay that does that after the infoWindow has
been rendered, or create it a different way.
  -- 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to