Hi, This is a commonly reported issue (from the api) that I don't think has been fully resolved yet (especially if your still seeing it.), part of the issue stemmed from them having hard coded http:// in their code along with a tracking image which was reported before also (well in the jsapi script anyways), I'm not entirely sure about the translate scripts though.
Just one suggestion though is that I see your using http:// for the script, try using https:// for that also. I am seeing in the code var b=(window.location.protocol=='https:'?'https://':'http://') https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit See if that helps at all. If that doesn't work, you can post this in the issue tracker http://code.google.com/p/google-ajax-apis/issues/list I am not sure if this is the issue they are using for this or not (I did a search for ssl) http://code.google.com/p/google-ajax-apis/issues/detail?id=177 But try my first suggestion first and see of that helps. :) Regards, Vision Jinx On Apr 9, 12:10 am, Shaddy <[email protected]> wrote: > 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.
