產生iframe內容:
iframeobj.contentWindow.document.open(); iframeobj.contentWindow.document.write('<div> hello world!</div>'); iframeobj.contentWindow.document.close();
變更目前網頁內容:
var doc=document.open("text/html","replace"); doc.write('<div>hello world!</div>'); doc.close();
沒有留言:
張貼留言