1

我试图在 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>

任何人对可能导致这种情况的原因有任何想法吗?

4

0 回答 0