On Apr 25, 6:07 am, JR Ryan <[email protected]> wrote: > Ah! see! I knew it was something so simple! The site is hosted by > squarespace and they have restricted where you can inject code to > the head. I hadn't thought about that until you said it. Thanks so > much! I hacked it by just adding a second <body > onload="initialize()" onunload="GUnload()"> tag into the page (I > know, terribly bad form!). > It works for now anyway, until I can figure out how to get the > onload property into the legitimate body tag.
how about: window.onload = initialize; -- Larry > > Thanks again! > > On Apr 25, 1:42 pm, "[email protected]" <[email protected]> > wrote: > > > > > > > > > On Apr 25, 5:30 am, JR Ryan <[email protected]> wrote: > > > > OK, I'm at my wits end, I'm not a strong code developer at the best > > > of times, but I can't figure out what has happened to my script. It > > > was functioning fine for a long time, and then several months ago it > > > just stopped displaying the map. Here is a link to the page: > > >http://www.claverhammeetinghouse.org.uk/how-to-get-here/ > > > if I call the initialize function manually (put > > javascript:initialize() in the address bar), it works. > > > > I don't know what has changed, and I can't figure my way through it > > > to find out. I'm really stuck and hoping it's something obvious. > > > Thanks for any help, I could really use it!! > > > Looks to me like you remove the body onload event that called > > initialize... > > > -- Larry > > > > JR -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
