Google API and secure HTPPS connection
Q:
I tried your example with Google API (online translation: cs_GoogleTranslation.aspx) in a site where I use HTPPS protocol. I have the following error:

A:
Open your ASPX file for editing, find the following line:
<script type="text/javascript"src="http://www.google.com/jsapi"></script>
change it to:
<script type="text/javascript"src="https://www.google.com/jsapi"></script>
|