On Mar 19, 5:10 pm, Steve Sanders <[email protected]> wrote: > Hi everyone, > > My map is located herewww.weareduckhunters.com/map.php > > I know that it's trying to access SOMETHING that turns out to be > null. but what I don't get is I commented out (and even deleted) the > entire section of code that I added today and it is still throwing the > error. Anyone have any ideas?
Try looking at your page in Firefox. It appears Google's weather service is down, and your code can't cope with that. The error is being thrown because your page doesn't have an element called "map_canvas" -- it has some server errors instead. I'm amazed at how different things are between Firefox and Chrome. > Here is my script.js file: Don't need that: we can view the source. -- 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.
