Thanks for your continuied help on this.
> The HTML is invalid. There's no </body> or </html>.
You're right it disappeared. It looks like adding the new code stops
the server from reading the javascript and from continuing past it.
This script is at the bottom of my page and is loading as an include.
<?php include($_SERVER['DOCUMENT_ROOT'].'/trips_classes/includes/
maptest2.php'); // Location map JavaScript with lazy load ?>
<!-- InstanceEndEditable -->
</body>
<!-- InstanceEnd -->
</html>
>
> The 'Location Map' href includes -
> onclick="mopen('map1');loadScript();return false"
> This fails because it can't find any function called loadScript()
> You seem to have just deleted it, rather than modifying it?
> Where's the loadMap() gone, too?
I never had a loadMap() in html where I have the onclick="mopen
('map1');loadScript();return false. It is in the javascript that
loads as an include toward the bottom of the page (see above).
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---