<div class="codetitle"> <span><a style="CURSOR: pointer" data="29470" class="copybut" id="copybut29470" onclick="doCopy('code29470')"><u>コードをコピー</u></a></span> コードは次のとおりです。</div> <div class="codebody" id="code29470"> <br><!DOCTYPE html> <br><html> ; <br><head> <br><meta charset='utf8' /> Web ページでのコード関数の実行</title> " > <br>function runCode(oCode) { <br>var win = window.open('', "_blank", ''); <br>win.document.open('text/html', 'replace ' ); <br>win.opener = null <br>win.document.close(); <br></script> > </head> <br><textarea id="code1" rows="10" Cols="95"> <br><!DOCTYPE html> html> <br><head> <br><meta charset="utf8"></head> ; <br>テストドキュメント - <br><script>alert('hello')</script> <br></html> <br></textarea> <br><br> <br><input type="button" value="コードを実行" onclick="runCode(code1)"> <br></html><br><br> </div>