On Dec 1, 9:11 pm, debbi <[EMAIL PROTECTED]> wrote: > We have been using Google Maps API for over a couple of months with no > problems. Recently, only IE6 users (I think it is all of the IE6 > users) have been getting a javascript error that reads GClientGeocoder > is NULL, undefined or not an object. No changes have been made around > the time the errors started beginning November (maybe earlier). > If you are using IE6, the URL with error > is:http://www.duron.com/store_locator/index.asp?postal_code=20814 > > Has anyone had this problem? I was using v=2 but changed to v=2.s > thinking it would solve problem but it didn't. Any suggestions would > be great! Thanks.
I didn't see the error with IE6. However... Fix your html. You have 2 body tags and 2 head tags. You have no DOCTYPE definition, which will put IE in even less standards compliant mode. http://validator.w3.org/check?uri=http%3A%2F%2Fwww.duron.com%2Fstore_locator%2Findex.asp%3Fpostal_code%3D20814&charset=(detect+automatically)&doctype=Inline&group=0 -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
