iframe在IE中不显示安全的https网址,但适用于所有其他浏览器

时间:2016-07-26 16:38:12

标签: javascript c# html asp.net iframe

我需要在iframe的网站上显示外部安全的https网址。 它适用于所有其他浏览器,但不适用于ie。我试过了weather.com,它显示但不是我试图加载的网址。

以下是我的iframecode:

<div>
    <iframe id="iframestyle" name="iframe_sch" runat="server" style="margin-top: 0px;
        width: 100%; height: 750px; margin-bottom: 0px; position :relative;" 
        onclick="return iframestyle_onclick()" ></iframe>
</div>

1 个答案:

答案 0 :(得分:0)

这只是一个长镜头听到我也发现自己在最小的(我应该知道更好)场景中犯错误大声笑。话虽如此......它可能是“混合活动”吗?含义....如果页面的协议是http,请使用iframe中的http页面。 如果您的网页协议是https,请使用iframe中的https页面。 Bc混合两者通常会导致不同区域的阻塞。我希望这有帮助!