http://www.easysavannah.com/11/testingagain-11.html
We use php & I can only inject a javascript this way >
$map->addScript('map.addControl(new GOverviewMapControl());
map.addMapType(G_SATELLITE_3D_MAP); myLayer = new GLayer
("org.wikipedia.en"); map.addOverlay(myLayer); map.enableGoogleBar
();');
The scale covers my GoogleBar search. Trying to add driving directions
too w/ nio success. Our directory guru says we can add any script we
want w/ >>
$map->addScript('');
But it seems driving directions are escaping me. We have a field to
add js in the <head></head> sections. & ways to add js to the <body></
body> but I cannot find a way to add "Onload" to the actual <body>
tag.
Thanks, Gene
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---