On Dec 10, 9:26 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> 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.
Or you could do something like this:http://www.geocodezip.com/ifc_com_mx_test4b.asp create the div dynamically so you have a reference to it. -- Larry (I apologize for the duplicate posting to those on email distribution) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
