我有一个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间隔后逐个加载它可能