Wau, thanks a lot. It seems like the sugestion results in a working page. A few months ago I read that the "defer" was a good thing in some cases. I don't remember why or when, but if it's no good then it's removed :-)
On 13 Aug., 12:20, William <[email protected]> wrote: > 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.
