http://www.realizzasitiweb.altervista.org/maps.php
sbaglio qualcosa?![]()
graziecodice:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>maps</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAcr_r_Q2jbVo7enZpSCCcehTray3SF294GjfT_FvagJ-wnEgWbRTyh09hEiea02Lu-PG5kK4y1jizGA" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ function showMap() { if (GBrowserIsCompatible()) { // Ottiene l'elemento della pagina chiamato "map" (il DIV) // e crea la mappa utilizzandolo come contenitore. var map = new GMap2(document.getElementById("map")); // Aggiunge dei controlli per lo zoom e lo spostamento map.addControl(new GSmallMapControl()); // Centra la mappa su Roma, con uno zoom di 5 map.setCenter(new GLatLng(41.896655,12.495918), 5); } } //]]> </script> </head> <body onload="showMap();" onunload="GUnload()"> <div id="map"> Your browser doesn't support Google Maps or Javascript is turned off. </div> </body> </html>![]()

Rispondi quotando