Ralph please tell me.... i have this code: <!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" xmlns:v="urn:schemas- microsoft-com:vml"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <title>Introdu��o a Google Maps - CriarWeb</title> <script src="http://maps.google.com/maps? file=api&v=1&key=MY_KEY" type="text/javascript"></script> </head> <body> <div id="map" style="width: 400px; height: 300px"></div> <script type="text/javascript"> var map = new GMap(document.getElementById("map")); map.setMapType(G_SATELLITE_TYPE); map.addControl(new GLargeMapControl()); map.addControl(new GMapTypeControl()); map.centerAndZoom(new GPoint (-3.688788414001465, 40.41996541363825), 3); </script> </body> </html> [b]Where i should place on easypagez????? is it in "SITE BUILDER" ?? I putted there... but it doesnt show nothing..... please any help[/b] On 19 Ago, 18:55, Ralph Ames <[email protected]> wrote: > http://www.easypagez.com/hosting.html > > Ralph > -www.easypagez.com/maps/map_index.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
