so .. thats all the example does... it also accesses the content that is already there... change this
iwtabs[0].contentElem.innerHTML+="Additional infowindow content"; to do something different with the innerHTML then over-ride it completely iwtabs[0].contentElem.innerHTML = newcontentidesignedbasedoninnerhtml; On Oct 7, 5:22 pm, Giuseppe <[EMAIL PROTECTED]> wrote: > That's okay: I had already seen that, but in that example it only adds > the same text to all the infowindows. > I'd like to use different infos for different kml/kmz file, and in > that way it seems that I won't be able to recognize which infowindow > has been opened (and then I won't know which info add to that > particular infowindow). > I think that it should be simple, but I just don't know how to do it. > > On Oct 7, 9:07 pm, Mike Williams <[EMAIL PROTECTED]> wrote: > > > Does this help? > > > Intercepting infowindow contenthttp://econym.org.uk/gmap/interceptor.htm > > > --http://econym.org.uk/gmap > > The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
