Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/07/2009, 20:36
lalo0002
(Desactivado)
 
Fecha de Ingreso: diciembre-2008
Ubicación: Trujillo - Peru
Mensajes: 341
Antigüedad: 16 años, 1 mes
Puntos: 2
Respuesta: Ayuda - opcion : Como llegar (parecido google heart)

e visto tutoriales pero no me anda ?
alguien me ayuda ?

mi codigo; pero sale cargando y nunca acaba de cargar

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Google Maps JavaScript API Example</title>
<script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAJED9y9pwKyQ5D7wKO9Cx 6BT2yXp_ZAY8_ufC3CFXhHIE1NvwkxS0E5YOdg0VcYJrURlEP4 HUz-g9JA" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
map.setCenter(new GLatLng(37.4419, -122.1419), 13);
}
}
//]]>
</script>
</head>
</html>

Última edición por lalo0002; 16/07/2009 a las 20:46