看板
[ Ajax ]
討論串[問題] 如何由iframe1 call iframe2的fuction?
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
請問如何由iframe1 call iframe2的fuction?. (iframe如何call其他iframe的fuction?). a.html. <html>. <body>. <iframe Name=iframe1 id=iframe1 src="iframe1.html"></ifra
(還有301個字)
內容預覽:
在frame1.html的script中加入. parent.document.getElementByID('ifram2').contentWindow.refresh1(). 或self.parent.document.getElementByID('ifram2').contentWindo
(還有148個字)
內容預覽:
很認真試了一下,. iframe1.html:. <script>. function test() {. alert('test in iframe1.html');. }. </script>. iframe2.html:. <script>. var doc = parent.document
(還有244個字)
首頁
上一頁
1
下一頁
尾頁