2016-07-26 57 views
0

我需要在iframe中顯示我的網站中的外部安全https網址。 它適用於所有其他瀏覽器,但不適用於ie。我試過weather.com,它顯示,但不是我想加載的網址。iframe在IE中不顯示安全的https url,但可以在所有其他瀏覽器中運行

下面是我的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> 
+0

它在ie中顯示,但僅從某些配置文件中顯示,而我已經在javascript中創建了iframe而不是html元素。以下是我的代碼:

相關問題