Hi,
I am using Google Translator in my website. I have installed SSL
certificate in the server.
While accessing the site in IE browser I am getting SSL pop each and
every time prompting me as "Contains non secure items you wish to
proceed?"
How should I have to avoid this problem. I don't want to get the pop
up raised for each and every postback of my webpage. I have used the
below code in my master page,
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit()
{
new google.translate.TranslateElement({pageLanguage:
'en'}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="http://translate.google.com/
translate_a/element.js?cb=googleTranslateElementInit"></script>
--
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.