On 16 September 2010 21:35, marcos acosta <[email protected]> wrote: > > I checked the code there seems to be nothing wrong with it
It's not correct. You have two <body> tags, both with onload event handlers, AND you set window.onload in code. Only one of those will fire in any browser, and which it is will vary. Your map doesn't work in Chrome, either, because that doesn't run the "initialize" function. Make sure that everything you want to run onload is gathered together; and only have one <body> tag -- with its corresponding </body>. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
