Your onload event in the body tag never gets called (maybe only in certain browsers) because there is another onload event at the end of the page
window.onload = wsa_include_js; You can try to call both necessary functions from one single onload event. On Sep 23, 7:04 pm, Grok Lobster <[email protected]> wrote: > They both work for me, using IE8. > > On Sep 23, 9:33 am, islandqueencruises > > <[email protected]> wrote: > > I don't understand why my Google Map is not appearing in the body of > > the webpage. When I test it on a simple page it works. Otherwise it > > doesn't > > >http://www.islandqueencruises.com/directions-test.php > > > here is the same code and it doesn't work... > > >http://www.islandqueencruises.com/test2.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 -~----------~----~----~----~------~----~------~--~---
