Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/12/2010, 12:23
Avatar de maelse
maelse
 
Fecha de Ingreso: octubre-2005
Mensajes: 85
Antigüedad: 18 años, 6 meses
Puntos: 0
Codigo google maps

Hola buenas, mi problema es el siguiente, estoy aprendiendo con google maps y al pegar el codigo en joomla (sin el editor de texto, solo HTML), que el propio google maps me proporciona como ejemplo, no me funciona.

Código:
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript">
  function initialize() {
    var latlng = new google.maps.LatLng(-34.397, 150.644);
    var myOptions = {
      zoom: 8,
      center: latlng,
      mapTypeId: google.maps.MapTypeId.ROADMAP
    };
    var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
  }

</script>
</head>
<body onload="initialize()">
  <div id="map_canvas" style="width:100%; height:100%"></div>
</body>
</html>
Alguien me puede explicar ¿porque?

Gracias saludos.
__________________
DOWEEM

CC.OO Pull&bear