On Oct 18, 6:41 am, "[email protected]" <[email protected]> wrote: > hi, now i had change the server, and the page > ishttp://www.toymanfounder.netai.net/map.php, > the key is ok, but i can´t see the map, i saw it yesterday but just > for 1 minute, you must to log in usuario:admin password:admin the > map is supposed to be on top of the "real time captcha" box.
You have two <body> elements in your page: that's invalid and will cause unpredictable results (different browsers handle that differently). Your HTML has a div with id="map" but your Javascript tries to create a map in a div called "map_canvas". There is something seriously screwy about the page, because once I eventually got it to load, your external mapping script wasn't present. Fixing the two things mentioned here will definitely help, if only to make debugging easier. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
