On Mar 30, 11:05 am, Joey <[email protected]> wrote: > My map works fine in Firefox, but within IE6 version 6.0.29 I get the > following error: > > Line: 148 > Char: 1 > Error: Object expected > Code: 0 > URL: http://motorizedmedia.com/GOOGLEMAP/two/ > > Link: http://motorizedmedia.com/GOOGLEMAP/two/
I get: Line: 52 Char: 218 Error: Expected identifier, string or number Code: 0 URL: http://motorizedmedia.com/GOOGLEMAP/two/ Then the error you reported. The error above is due to this: "Washington": [],}; (you have an extra "," at the end of the object which causes IE to append a null entry. -- Larry > > Thanks in advance... > > JB --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
