On Aug 13, 7:56 pm, Mig <[email protected]> wrote: ><script type="text/javascript" defer src="http:// > maps.google.com/maps/api/js?sensor=false&language=DK®ion=DK"></ > script> ><script type="text/javascript" defer>
the "defer" attribute will cause the browser to load the scripts once the entire document has been loaded, however because the google maps boostrap uses "document.write()" to load the javascript, this will cause the document to be overwritten. So you should remove the "defer" attributes. ... -- 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.
