> my code is; > > <script src="http://maps.google.com/maps? > file=api&v=2&key=ABQIAAAA6rfWsqxuMBGDCcOqKKXzdRTiUXNNlStdrUW3uOPOc- > kUvMwSYBQ5K31Yng5-nB50mFEiT_3vLNtXgQ&sensor=false" type="text/ > javascript"></script> > > <script type="text/javascript"> > google.load("maps"); > google.load("jquery", "1.3.1"); > </script>
These are either/or. You can load the maps API in a conventional script tag, or you can load it via the jsapi. As it happens I can't see that in the page you give - http://www.primal.c3church.org.nz/ I see <script type="text/javascript" src="http://www.google.com/ jsapi?;sensor=true;key=ABQIAAAA6rfWsqxuMBGDCcOqKKXzdRTiUXNNlStdrUW3uOPOc- kUvMwSYBQ5K31Yng5-nB50mFEiT_3vLNtXgQ"></script> As an aside, you load the google jsapi three times in the <head>, once will probably do. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
