看板 [ Ajax ]
討論串[問題] 如何由iframe1 call iframe2的fuction?
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 2→)留言2則,0人參與, 最新作者midio (why..)時間17年前 (2007/06/21 11:48), 編輯資訊
0
0
1
內容預覽:
請問如何由iframe1 call iframe2的fuction?. (iframe如何call其他iframe的fuction?). a.html. <html>. <body>. <iframe Name=iframe1 id=iframe1 src="iframe1.html"></ifra
(還有301個字)

推噓6(6推 0噓 10→)留言16則,0人參與, 最新作者midio (why..)時間17年前 (2007/06/21 14:35), 編輯資訊
0
0
1
內容預覽:
在frame1.html的script中加入. parent.document.getElementByID('ifram2').contentWindow.refresh1(). 或self.parent.document.getElementByID('ifram2').contentWindo
(還有148個字)

推噓1(1推 0噓 0→)留言1則,0人參與, 最新作者ephesians (ephesians)時間17年前 (2007/06/21 18:37), 編輯資訊
0
0
0
內容預覽:
很認真試了一下,. iframe1.html:. <script>. function test() {. alert('test in iframe1.html');. }. </script>. iframe2.html:. <script>. var doc = parent.document
(還有244個字)
首頁
上一頁
1
下一頁
尾頁