We're using Google's JSAPI in our webapp (linked, not locally hosted). Most users have no problem. A few, though, seem like the Javascript doesn't load for them. None of the jsapi-dependent functions will fire. When the user clicks the direct link to the API (https://www.google.com/jsapi), she gets a download / save window like this:
Any thoughts what might be screwing up here? Browser setting? We include jsapi in a script block, not dynamically -- just the basic:
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
Thanks!