On Oct 30, 5:30 pm, LaSalamandra <[EMAIL PROTECTED]> wrote: > > Andrew, for sure I still did not understand what is the real problem > and, of course, wasn't able to resolve yet but the behaviour is so > weird that could be everything but surely not the server providing > incomplete pages. That code always worked fine, also with page in > which I queried 5000+ icons on the map ... slow but working.
Well, when I tried your links the server DID provide incomplete code. That meant that the DOM wasn't completed, and IE can't manipulate an incomplete DOM. > Something has changed surely in some google maps api code ... Not necessarily, although the API does change more-or-less weekly. But it really doesn't help when your pages stop halfway through a table, which has nothing to do with the API. > I Investigated also on server-side, calling also my provider ... here > it is the answer from them. > > [QUOTE] > > This is not an issue with the server or load balancer, but the > javascript on the page. The basic problem is that you cannot modify > the DOM of a document using a script which is is not the child of that > document or you are trying to modify a DOM which has not been fully > loaded. > See:http://weblogs.asp.net/infinitiesloop/archive/2006/11/02/Dealing-with...http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-o...http://support.microsoft.com/default.aspx/kb/927917 > > [/QUOTE] Which is exactly what I said. Jolly good. > Who is able to translate this answer in some changes to the code I'm > using on: > > http://www.bed-and-breakfast.it/cerca_geo_2.cfm?zoom=10&q=roma > // This page works because I limited the max number of results to 10 > > is welcome !!! ... :-)) ... If you have limited the maximum number of results and it works, BUT when you output several hundred results it doesn't, it's because something is going wrong with large pages. What is going wrong with large pages is: they are not complete. 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 -~----------~----~----~----~------~----~------~--~---
