<div class="codetitle"> <span><a style="CURSOR: pointer" data="19422" class="copybut" id="copybut19422" onclick="doCopy('code19422')"><u>コードをコピー</u></a></span> コードは次のとおりです。</div> <div class="codebody" id="code19422"> <br><script type="text/javascript"> <br> function getIframeContent(){ //iframe のドキュメント コンテンツを取得します。 <br><br>if (document.all){//IE <br>doc = document.frames["MyIFrame" ].document; <br>}else{//Firefox <br>doc = document.getElementById("MyIFrame").contentDocument; <br><br>return doc.body.innerHTML; 🎜>} <br></script> <br><br> </div>