javascript - Problems Loading JSAPI from Google -


we're using google's jsapi in our webapp (linked, not locally hosted). users have no problem. few, though, seem javascript doesn't load them. none of jsapi-dependent functions fire. when user clicks direct link api (https://www.google.com/jsapi), gets download / save window this:

enter image description here

any thoughts might screwing here? browser setting? include jsapi in script block, not dynamically -- basic:

    <script type="text/javascript" src="https://www.google.com/jsapi"></script> 

thanks!

you maybe calling api secure page i.e. https page.jsapi being called on https if in browser inspector see dynamically calling google input tools page http.most web browsers don't load such mixed content.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -