iframe innerHTML 框架 內容窗口 文檔 寫入
HTML 內聯框架元素 < iframe > 表示嵌套的browsing context,
它能夠將另一個 HTML 頁面嵌入到當前頁面中。
<iframe id="iframe " ></iframe>
iframe = document.getElementById('iframe')
ifdoc =iframe.contentWindow.document.body
ifdoc =iff.contentWindow.document.body
ifdoc.innerHTML = ' html 內容 '
00
沒有留言:
張貼留言