Alright, I got it to work. I moved the Google <script>'s to the very bottom, just above my </ body> tag. Then right below the Google scripts, I put in <script type="text/javascript">load();</script> and everything is working now.
Many thanks :) On May 19, 11:16 am, "[email protected]" <[email protected]> wrote: > On May 19, 10:12 am, blah <[email protected]> wrote: > > > Is there a permanent fix to this? Maploads when I type that into the > > address bar, but I don't want my users to have to do that every time. > > Sorry newbie with the api stuff. > > http://groups.google.com/group/Google-Maps-API/search?group=Google-Ma... > > > > > On May 18, 12:30 am, "[email protected]" <[email protected]> > > wrote: > > > > On May 17, 9:49 pm, "[email protected]" <[email protected]> > > > wrote: > > > > > I'm having a bit of a hard time here. There is amapon 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'tloadeither. 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- Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
