我使用此代码:
<div class="infobox-pair">
<div class="ibp-left">
<iframe width="105" height="350" frameborder="0" scrolling="no" style="width: 311px; height: 105px;" marginwidth="0" marginheight="0" name="infobox_flight" id="ibp-left-iframe" src="http://mywebpage.com/paris"></iframe>
</div>
<div class="ibp-right">
<iframe width="105" height="350" frameborder="0" scrolling="no" style="width: 311px; height: 105px;" marginwidth="0" marginheight="0" name="infobox_package" id="ibp-right-iframe" src="http://mywebpage.com/lisbonne"></iframe>
</div>
即显示为同一div两个不同的I帧。 当我显示任何浏览器它发生,我可以得到两个I帧相同内容的页面,即使看源代码的iframe仍然不同(根据其src和ID)。
它不发生的100%的时间,我有时刷新好几次才能看到它。
你有什么线索?
提前致谢