On Jul 10, 10:08 am, "perry c.09" <[email protected]> wrote: > the infotext was created by an javascript-array, please take a look at > his: > > infotext[1] = "here is one text"; > infotext[2] = "here another infotext"; > infotext[3] = "another infotext too"; > > a few lines later in the script the infowindow is created by this line > in a javascript-"for"-loop: > > map.addOverlay(createMarker(point,infotext[helpcount])); > > (the "var helcount" creates the correct number for the marker) > > i dont know why this isn't running in IE! :-(
I'd guess it's a timing issue and IE is using the "point"s in a different order to the "infotext" array, but as you haven't given a link, it's not possible to be sure. 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 -~----------~----~----~----~------~----~------~--~---
