On Oct 29, 4:59 pm, LaSalamandra <[EMAIL PROTECTED]> wrote:
> But, if it is a server problem, why does it works with FF and not with
> IE ?

http://groups.google.com/group/Google-Maps-API/msg/988f78881403b711

IE cannot cope with the DOM being altered before it's completely
defined. When your page ends abruptly, with
...
<td> Some text which finishes early
the DOM is unfinished (there's a table which is still not completely
defined). Because the page has actually loaded, though, the onload
event fires and the map script runs. IE coughs. Firefox is more
lenient about the DOM being unfinished.

The problem is whatever is causing your page to end abruptly, which it
seems to do when there are many markers created.

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 Google-Maps-API@googlegroups.com
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