循环遍历iframe? - ITeye问答
2009年11月16日 - 循环页面,打开一个页面,iframe占整个页面,打开两个页面从中分开,打开三个,则显示三个页面,以此循环,页面最多显示9个iframe,超过九个则分页? 那位 高手...
如何遍历iframe内的全部dom元素_百度知道
最佳答案: document.getElementsByTagName('IFRAME')[0].document.getElementById('...') 或 document.getElementsByTagName('IFRAME')[0].contentWindow.document...更多关于循环遍历iframe?的问题>>