Hi all. I answer in English and Spanish. You need the body element and create a layer "map" that is empty, which invoked when creating a new map (new GMap2 (...)):
<body onload="load()" onunload="GUnload()"> <div id="map"></div> </body> Te falta el elemento body y crear una capa "map" que queda vacĂa, a la cual invocas cuando creas un nuevo mapa (new GMap2(...)): <body onload="load()" onunload="GUnload()"> <div id="map"></div> </body> Regards. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
