On 30 Ott, 17:41, "warden [Andrew Leach - Maps API Guru]" <[EMAIL PROTECTED]> wrote: > The same problem as what? The server providing incomplete pages?
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. Something has changed surely in some google maps api code ... 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-IE-_2600_quot_3B00_Operation-Aborted_2600_quot_3B002E00_-Or_2C00_-how-to-Crash-IE.aspx http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/ http://support.microsoft.com/default.aspx/kb/927917 [/QUOTE] 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 !!! ... :-)) ... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
