On Jun 2, 3:07 pm, Ricardo <[email protected]> wrote: > Hmmm. My application no longer works in IE 6. I use GMaps 2 > I get the popup " A Runtime Error has Occurred" Line 1: Invalid > Character > > The error occurs at this line of code > geocoder = new GClientGeocoder(); > > Is this because of the recent update?
"Invalid character" means that a script isn't valid, for example an included script actually starting with <script> (which is nonsense in Javascript). My maps still work in IE6. How do we check yours? 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 -~----------~----~----~----~------~----~------~--~---
