Problem solved! The pages have an "include" file for the header... I changed the body tag in that file to include ... onload="initialize ()" onunload="GUnload()" ... and now it works!
Thanks guys :) On Apr 29, 2:50 pm, Ameliyah <[email protected]> wrote: > Thank you! > I think the first body tag must be in the CF programming somewhere > because I'm not seeing it in my HTML, just the one with the map... > I'll have to work on this a bit, but thank you for getting me in the > right direction! :) > > On Apr 29, 2:37 pm, "[email protected]" <[email protected]> > wrote: > > > > > On Apr 29, 11:26 am, Ameliyah <[email protected]> wrote: > > > > Hi all, first post... > > > I've searched and searched and haven't found an answer, so I hope I > > > didn't just skip over it on accident! > > > > I am adding the Google Maps to our website, which is primarily written > > > in ColdFusion... I don't know the programming language, and I'm not > > > the one who built the site, I'm just adding to what exists... but I > > > know enough about HTML to figure things out pretty quickly if given > > > some good directions ;) > > > > The Google Map appears in FF beautifully! :) I am very proud of myself > > > for getting it in there! ... but... when I checked IE, the map doesn't > > > display :( ... I'm not getting any errors, it's just not displaying... > > > I tried IE6, IE7, and IE8... nothing, just a big blank area... > > > > My computer is Windows XP, and here is a link to one of the pages I'm > > > working on, and the map is supposed to appear at the bottom of the > > > page...http://www.vermont.com/montpelier.cfm > > > > Thank you for any help you can provide! :) > > > Your html is invalid. You have multiple body elements. IE ignores > > the second one (and its onload > > event).http://validator.w3.org/check?uri=http%3A%2F%2Fwww.vermont.com%2Fmont... > > > So your initialize() is never run. Type this in your address bar: > > javascript:initialize(); > > > The map appears... (at least in IE6) > > > -- 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 -~----------~----~----~----~------~----~------~--~---
