The HTML isn't the problem because this page, http://duron.com/store_locator/test.asp, doesn't work for them either.
On Mar 2, 8:14 pm, Rossko <[email protected]> wrote: > > ...I fixed it by hard coding code to > > use Google maps version 2.82 > > The lowest that you'll have been able to get from Google has been > 2.140 for quite some > timehttp://groups.google.com/group/google-maps-api/browse_thread/thread/b... > > > The users are getting "Geocoder is null 2." as per code below. Do you > > know why this would happen only to some users? You can see the page > > athttp://duron.com/store_locator/index.asp?postal_code=20872 > > Your HTML is very invalid, different browsers will handle that > differently. > This line is important to get the geocoder set up > <body onload="load()" onunload="GUnload()"> > but you've got multiple <body>s (and heads) and the browser has to > guess which one is the real one. -- 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.
