在具有间隔时间的页面中加载Iframe

时间:2014-01-18 22:20:09

标签: javascript iframe

我有一个php页面,我需要在间隔时间内加载Iframes,如1秒

<iframe id="content_window" width="100%" height="100" style="width:
100%; height:100px;border: 0px;" src="http://LINK1" FRAMEBORDER="0"></iframe>
<p><strong>
<iframe id="content_window" width="100%" height="100" style="width: 
100%; height: 100px; border: 0px;" src="http://LINK2" FRAMEBORDER="0"></iframe>
<p><strong>
<iframe id="content_window" width="100%" height="100" style="width: 100%;
height: 100px; border: 0px;" src="http://LINK3" FRAMEBORDER="0"></iframe>

我在同一页面中有3个iframe我需要在1s或2s间隔后逐个加载它可能

0 个答案:

没有答案