iframe仅加载一次

时间:2013-05-01 00:39:14

标签: php html

我每次单击按钮时都会尝试加载此iframe。它是这样的。

有这个按钮。它导致dashboard.php?option = home。一旦用户点击它,就会显示相应的DIV,该部分工作正常。问题是,我想在那个DIV中显示一个iframe。这一切都很有效,第一次点击它。 iframe页面加载,以及所有内容。但是,一旦我再次点击同一个按钮,它就会重新加载页面,但iframe窗口不显示。这是我的iframe代码

<iframe id="customerSupportFrame" onload="setIframeHeight(this.id)" scrolling="no" frameborder="0" src="support/" width="100%" height="100%"></iframe>
// loadiframe

我在这里做错了什么?

编辑:它可以在Google Chrome中正常使用

0 个答案:

没有答案
相关问题