Visualizzazione dei risultati da 1 a 7 su 7
  1. #1

    Inserire googlemaps nel sito

    Qualcuno ha provato a inserire una googlemaps nel proprio sito?? a me funziona bene con Firefox ma con IE7 non vuole proprio funzionare...
    link mio sitohttp://www.sartorilorenzo.altervista...ggiungerci.php

  2. #2

  3. #3
    abilitato dove?? su ie7? certo!

  4. #4
    Prova innanzitutto a dare una validata al codice...

    Vedi se a codice validato il problema si presenta di nuovo.

  5. #5
    Che cosa succede di preciso su ie7? Esce la cartina oppure si presenta una zona grigia?
    <!-- Debian GNU/Linux 4.0 Kernel 2.6.x -->
    ftp://ftp.it.debian.org/
    http://www.php.net/

  6. #6
    Utente bannato
    Registrato dal
    Jun 2007
    Messaggi
    572
    Su IE7 Esce la cartina. se posti il codice si può vedere dove è l'errore

  7. #7
    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAgjfdNP8w5_UL N71p3CXV3hRbnb5fHgpzEGC25wjD16dIDkQb3RTqmEALQKGGdS eB9Gp6wbDn0rMlZA" type="text/javascript"></script>


    <script type="text/javascript">

    function load() {
    //<![CDATA[
    if (GBrowserIsCompatible()) {
    var map = new GMap2(document.getElementById("map"));
    map.addControl(new GLargeMapControl());
    map.addControl(new GMapTypeControl());
    map.setCenter(new GLatLng(45.538162, 10.769738), 15);
    map.openInfoWindow(map.getCenter(),document.create TextNode("Studio Sartori Lorenzo"));

    var bounds = map.getBounds();
    var southWest = bounds.getSouthWest();
    var northEast = bounds.getNorthEast();
    var lngSpan = northEast.lng() - southWest.lng();
    var latSpan = northEast.lat() - southWest.lat();
    for (var i = 0; i < 5; i++) {
    var point = new GLatLng(southWest.lat() + latSpan * Math.random(),
    southWest.lng() + lngSpan * Math.random());
    map.addOverlay(createMarker(point, i + 1));
    }
    }
    else {
    alert("Sorry, the Google Maps API is not compatible with this browser");
    }
    }
    //]]>
    </script>


Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.