Salve!
Vorrei inserire google maps nel mio sito ho seguito le istruzioni ma
non funziona!
il codice รจ :
<script type="text/javascript" src="http://www.google.com/jsapi?
key=ABQIAAAAKKBy8Yo_trrVin7eLGRbWxSM9cyl5JlZHivDrjvlwSrHvbkiKBQ71kfUg8tWdGnLJZCaC2TlBFW2cg"></
script>
<script type="text/javascript">
  google.load("maps", "2");
</script>

<script type="text/javascript" src="http://www.google.com/jsapi?
key=ABCDEFG"></script>
<script type="text/javascript">
  google.load("maps", "2.x");

  // Call this function when the page has been loaded
  function initialize() {
    var map = new google.maps.Map2(document.getElementById("map"));
    map.setCenter(new google.maps.LatLng(37.4419, -122.1419), 13);
  }
  google.setOnLoadCallback(initialize);
</script>
<script type="text/javascript" src="http://maps.google.com/maps?
file=api&v=2&key=abcdefg&hl=de"
Potete aiutarmi? Grazie!

-- 
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.

Reply via email to