iFrame和IE 11

时间:2015-07-26 14:41:40

标签: jquery internet-explorer iframe

想要包含来自" simbyone.com"的精美旋转图库。在我的网站上有一个iFrame。 适用于所有浏览器但不适用于IE11!出现文本但Java脚本失败。但是直接调用URL: " http://simbyone.com/demo/how-to-create-a-rotated-gallery/"  适用于所有浏览器。任何想法为什么IE11不在iframe中运行它。可以在" simbyone.com"轻松下载图库的代码。这是我的HTML代码,它证明了IE11的问题:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE11"/>
 <title>Rotated Gallery</title>
 </head>
 <body>
 <b>Hello World</b>
 <p><iframe align="middle" frameborder="0" height="500" scrolling="no"
      src="http://simbyone.com/demo/how-to-create-a-rotated-gallery/" 
      width="800"></iframe></p>
 </body>
 </html>

2 个答案:

答案 0 :(得分:0)

请将此行添加到您的HTML中:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE11"/>

答案 1 :(得分:0)

使用IE开发工具发现在jQuery中调用函数返回&#34;访问被拒绝&#34;。在安装了最新的jQuery Lib之后 - IE11就像魅力一样。