I thought I should do the questions! I don't have precise answers for this questions yet...
I forgot to aks if it's necessary some kind of URI validation on w3.org? Ok, here is the html: <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=set_to_true_or_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> Thanks, Daniel On 26 out, 16:58, "[email protected]" <[email protected]> wrote: > On Oct 26, 5:38 am, Dan_84 <[email protected]> wrote: > > > Hi everybody, > > > Well, here's my question: > > > Why I can't post a map from google maps api on google blogger? > > To answer that we need to see the patient. > > > > > Actually, I'm a begginner in google maps api and I'm making some tests > > yet. I'm copying and pasting the "hello world" map html from maps api > > tutorial but when I post it in my blog there's no map, only a blanked > > canvas. > > Where is that map that exhibits that problem? > > - Does blogger allow javascript in the blog posts? > - Do you have to do something special to add javascript to your posts? > - How are you initializing the map? > > -- Larry > > > > > > > Daniel- Ocultar texto das mensagens anteriores - > > - Mostrar texto das mensagens anteriores - -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
