I think I might have found a solution: I have just tried using the Google AJAX API Loader example here:
http://code.google.com/apis/maps/documentation/javascript/v2/basics.html#AJAX_Loader The good news is - it works! However, so far I am only aware that this code only works with V2 - does anybody know how to make it work with V3 maps? On Jun 25, 10:34 pm, artreach <ad...@artreach.net> wrote: > Hello > > I am trying to find an alternative to: > <body onload="initialize()"> > > I dont have access to the Body tag as I am using Dotnetnuke CMS and I > dont have access to the head section I can only insert directly into > the page html module. > > I have tried inserting each of the following into the page module, so > far without success: > > ------------------------------------------------------------------------------------- > <script type="text/javascript"> > $(document).ready(function(){ > initialize(); > }); > </script> > > ----------------------------------------------------------------------- > > <script language=”javascript”> > > initialize(); > > </script> > ----------------------------------------------------------------------- > <script type="text/javascript"> > window.onload = function() { > initialize();} > > </script> > > ------------------------------------------------------- > > Does anybody have a solution? > > Thanks -- 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 google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.