Hi everybody,

this ist strange: i have several markers on my google map. by clickig
on one of the marker an info window appears. This runs on FF pretty
good but in IE, the content for the different info windows are always
mixed, each time the browser is reloaded (f5), by means, the marker
"1" sometimes has the HTML-infotext that is belognig to marker "3",
for example. sometimes marker 1 has the correct HTML-infotext. but
mostly it is WRONG and for sure this is not working safely in IE. this
strange phenomenon only appaears in IE and not in FF.

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! :-(

Can anybody help? Thanks alot!

--~--~---------~--~----~------------~-------~--~----~
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