chrome - 在 iframe 周围隐藏 div,里面有 PHP
这真的难倒了我
基本上,我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论