I THINK IT IS FIXED! YIPPEE! YIPPEE! YIPPEE!
I used this example of loading the Google map code dynamically... http://gmaps-samples.googlecode.com/svn/trunk/dynamicloading/scriptappend_hl.html I was getting a couple errors per minute now an error hasn't showed up for the past 45 minutes. What the problem I am almost certain of is this. Some browsers, particuarily some from AOL, do not wait until the Google maps code is loaded before the page's google map code tries to execute (the body onload call). Because of this the routine was not defined at the instant it was called. I changed the code to do things in steps... 1.) Load the page. After it loads a routine is called (via the body onload command) that dynamically builds a line to bring down the Google map code. That line is coded to call another routine after the load is complete. 2.) When the map code is complete then the code is called (what used to be called on the body onload) to make the map, street view etc. If anyone needs to take a look at it I have a page at... http://www.vpike.com/maploadfix.htm I think this particular fix is very important because the gentlemen that reported the problem also had problems on many other map sites I maintain as well. Thanks to everyone who responded to my post. -Al On Apr 1, 10:29 am, Rossko <[email protected]> wrote: > > Do you have any thoughts on what would cause it not to load or what to > > do about it? > > Not really, without experiencing the issue. > If you are looking into blocking, there are many domains involved. The > API code for example is loaded from maps.gstatic.com -- 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.
