Re: How to show a map in Internet Explorer
On Aug 13, 7:56 pm, Mig <k_k_ander...@hotmail.com> 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 google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home