On Jun 3, 7:27 am, ragn <[email protected]> wrote: > > After i`ve tested my implementation with different browsers i`ve > discoverd that the page not loads correctyl in IE7 (IE6/8, FF, Opera, > Chorme works perfect) and throws an error: > > Row: 7 > Char: 10526 > Error: Non closed charconstant (I hope i translated it correct ;) ) > Code: 0 > > Exciting is that the example from google also didn`t work in IE7 (same > error message). On the basis of what i found the error occourse in the > script loaded from google (http://maps.google.com/? > file=api&v=2.x&key=XYZ" type="text/javascript"></script>). > > Any ideas whats wrong? Perhaps i`m doing something wrong... Hope > anyone can help me out.
I would suggest clearing IE7's cache. IE will happily cache and continue to use a script which hasn't downloaded completely. As it's working on other browsers, there isn't a fault with the scripts, so it must be with your implementation of IE7. Clearing the cache is the easiest thing to try first (and the most likely cause and fix). 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 -~----------~----~----~----~------~----~------~--~---
