You attempt to run a function called inicializarMapa()
onload="inicializarMapa();setInterval('parpadear()', 500);"
but there is no such function. The function that creates your map is
called load()
function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("mapa"));
map.setCenter(new GLatLng(37.4419, -122.1419), 13);
}
}
That should be obvious from your Javascript error. (In Firefox, use
Ctrl-Shift-J to see your Javascript errors).
--
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---