我试图在chrome中显示iframe,它可以在IE和FF中运行。 在查看Chrome中的开发工具时,我能看到的唯一问题是HTTP请求显示为已取消。
Chrome版本为版本28.0.1500.95 m
<div id="page">
<div id="content">
<iframe src ="https://mydomain.com/myotherpage/" width="100%" height="1250" frameborder="0">
<p>Your browser does not support iframes.</p>
</iframe>
</div>
</div>
有人知道造成这种情况的原因吗?