the unload event is unnecessary, and probably fails, since that global function does not exist in your page context.
onunload="GUnload()" And add a position attribute in your div. <div id="map_canvas" style="width:100%; height:100%; position:absolute"> HTH -tim On Fri, Nov 20, 2009 at 11:19 AM, gmallinger <[email protected]> wrote: > Hi folks, > So I have followed the first step in the tutorial The "Hello, World" > of Google Maps v3 > (http://code.google.com/apis/maps/documentation/v3/introduction.html) > and have not gotten very far. I have literally cut and pasted the > code and all I get is a blank page. > Here is the page: http://test.fs.cornell.edu/gma/basicV3.htm > > I need to produce Coldfusion pages so I also have a cfm version of the > document: > http://test.fs.cornell.edu/gma/basicV3.cfm > > help.... > Mike > -- > > -- > > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=. > > > -- 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=.
