【问题标题】:ssl security information on internet explorer 6Internet Explorer 6 上的 SSL 安全信息
【发布时间】:2010-04-06 12:11:10
【问题描述】:

我不希望我的网页显示有关此页面的安全信息同时包含安全和非安全...这仅在 ie6 中发生,我正在使用程序 ietester 进行测试。我知道问题出在这一行的文件 mootools-1.11-uncompressed.js 中

if(!$("ie_ready")){var C=(window.location.protocol=="https:")?"://0":"javascript:void(0);";document.write('<script id="ie_ready" defer src="'+C+'"><\/script>');$("ie_ready").onreadystatechange=function(){if(this.readyState=="complete"){A();}};}}else{window.addListener("load",A);document.addListener("DOMContentLoaded",A);

我已经尝试将://0 更改为https://0javascriptjavascript:false# 但问题仍然存在,当我从mootools 文件中删除此行时,警告不会显示,但我的代码必须显示一些日历也不起作用,因为我有类似的东西

<script type="text/javascript">
  /* <![CDATA[ */
  window.addEvent('domready', function() {

如果我删除该行,这将不起作用,有人可以帮助我吗??

【问题讨论】:

  • 您应该编辑您的帖子并将所有代码包装在&lt;code&gt;&lt;/code&gt; 标签中。

标签: javascript ssl https mootools


【解决方案1】:

我在 mootools 1.11 和 SSL 上遇到过类似问题,请尝试使用此版本(包括 2 个修复):

http://www.webtogs.co.uk/js/mtu.js

在您粘贴的代码中,删除延迟并尝试。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2020-05-29
    • 2015-11-09
    • 1970-01-01
    • 2010-10-09
    • 2012-02-24
    • 1970-01-01
    • 1970-01-01
    • 2010-09-13
    相关资源
    最近更新 更多