i think the jsapi approach to loading javascript is a great idea but its not working for google maps v3.
<script type="text/javascript" src="http://www.google.com/jsapi"></ script> <script type="text/javascript"> google.load("jquery", "1.4"); google.load("maps", "3"); </script> it complains that the 'sensor' value needs to be specified but im not sure where to specify it. ive tried various incantations of google.load with no success. help! thanks, Don -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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-ajax-search-api?hl=en.
