HTMLをIFRAMEから取得する方法を知っている人はいますか?私はいくつかの異なる方法を試しました:
document.getElementById('iframe01').contentDocument.body.innerHTML
document.frames['iframe01'].document.body.innerHTML
document.getElementById('iframe01').contentWindow.document.body.innerHTML
等