Hi Raymend,

Thank you for your suggestion. I was hoping it was a simple fix like
that. Unfortunately, the change didn't work and the map won't display
in any browser. Do I need to add a script type?

Thanks

Richard

On Aug 5, 1:22 pm, Raymend <[email protected]> wrote:
> Add brackets at the end of the code, then it should work in both IE
> and firefox like:
> <script>
> document.body.onload = initialize();
> document.body.onunload = GUnload();
> </script>
>
> Raymendhttp://www.dyngeometry.com
>
> On Aug 5, 11:37 am, Lastwolf <[email protected]> wrote:
>
> > Hello all,
>
> > I have the opposite display problem than most. My map displays fine in
> > IE, Chrome and Safari but will not display in Firefox. This is a
> > DotNetNuke site and I had to replace the:
>
> > <body onload="initialize();" onunload="GUnload()"> with:
>
> > <script>
> > document.body.onload = initialize;
> > document.body.onunload = GUnload;
> > </script>
>
> > because I have no way to to modify the body tag. I'm not sure if that
> > is what is causing the issue. I suppose I could load in an I-frame but
> > prefer to display in a div on the page.
>
> > Here is the link:http://www.richardenglish.com/Photography/Italy/Arezzo.aspx
>
> > Any help is appreciated.
>
> > Richard English

-- 
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.

Reply via email to