On Apr 1, 3:57 pm, scleary <[email protected]> wrote:
> Ok I validated the site, I tried putting my map <script> before the </body>,
> I also put the onunload="GUnload()" on the <body>.
>
> Still no luck! :(

But as you are using v2 (and are in the wrong group, this is the v3
group), and have a fixed size div, you could use this (the "size"
option):
     var map = new GMap2(document.getElementById("googlemap"),
{size:new GSize(990,600)});
(not available in v3)

Works for me on a local copy.

  -- Larry

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to