On Jun 24, 6:45 am, Marcelo <[email protected]> wrote:
> On Jun 24, 1:36 am, JavaJive <[email protected]> wrote:
>
> If you want to load it with <body onload ...> AFTER the DOM has
> loaded, you need to use the third parameter to register a callback
> function:http://maps.forum.nu/temp/gm_api_vs_dom_2.html

Ok, that works.

> No issue here! ;-)

Perhaps now the issue is why my original test didn't work, the only
difference being in the way the callback was registered, which I
thought I had taken straight from the docs?

<body onload="javascript:google.load( 'maps', '2' );
google.setOnLoadCallback(alert('Boo!');init(););" onunload="GUnload
()">
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to