On Oct 29, 12:55 pm, LaSalamandra <[EMAIL PROTECTED]> wrote: > Something changed since yesterday also in geocoding pages. > > This page works on Firefox, but gives error on IE when you search > something:http://www.bed-and-breakfast.it/cerca_geo.cfm
That particular page uses v=2, so it's not related to changes to v=2.x. "Operation aborted" happens when an incomplete DOM is amended by Javascript. IE can't cope with that. > Any clue where to look for mistakes ? Start with View Source. The page is incomplete -- it stops in the middle of a <td>. But the onload function still runs, and as the DOM is not complete it bombs out. There's something wrong with the CF script which prepares the page. I think I would comment that 440k or 760k is a bit large for the source of a web page. I got both of those sizes when trying the search. Perhaps your server is simply giving up. 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 -~----------~----~----~----~------~----~------~--~---
