On May 17, 9:49 pm, "[email protected]" <[email protected]> wrote: > I'm having a bit of a hard time here. There is a map on a page that > I'm responsible for, and I've been told it suddenly stopped loading. > Sure enough, it isn't loading for me. > > I've double checked the API key (and even generated another), but > nothing is working. I copied in examples from the documentation and > those don't load either. I put in a wrong API key to make sure it was > properly pulling the Javascript from the server, and I got an alert > saying I had used an invalid key. > > The page this is happening on is:http://www.undinesretreat.com/contactUs.php > > Any ideas?
Your onload event is being overwritten by the other code on your page. Try typing: javascript:load() in the address bar. -- 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 -~----------~----~----~----~------~----~------~--~---
