chrome - 在 iframe 周围隐藏 div,里面有 PHP

发布于 2024-11-02 18:44:01 字数 433 浏览 0 评论 0原文

这真的难倒了我
基本上,我在 iframe 周围有一个隐藏的 div(隐藏选项卡内容),旨在加载 PHP 文件管理器(KCfinder):

<div id="contentfilemanager" style="display:none;">
    <iframe id="filemanager" src="scripts/kcfinder/browse.php"></iframe>
</div>

但是当我在 Chrome 中加载页面时,它会永远加载,并且页面有效冻结了。它显示整个页面,但没有任何内容可点击。

在我尝试过的任何其他浏览器(firefox、ie9)中都不会发生这种情况。更奇怪的是,当我去加载一个非 PHP 页面时,它加载得很好。

这是否可能是 iframe 内页面的问题?

this ones really stumped me
basically, i have a hidden div (hidden tab content) around an iframe which is meant to load a PHP file manager (KCfinder):

<div id="contentfilemanager" style="display:none;">
    <iframe id="filemanager" src="scripts/kcfinder/browse.php"></iframe>
</div>

but when i go to load the page in Chrome, it keeps loading for ever, and the page is effectively frozen. it displays the entire page, but nothing is clickable.

this does not happen in any other browser i have tried (firefox, ie9). and even weirder, when i go to load a non PHP page, it loads fine.

is it possible that this a problem with the page within the iframe?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文