<br>代码 <br><div class="htmlarea"><textarea id="runcode65198"> <title> New Document </title> <textarea id="editor" rows="13" cols="50">我的logo: <script type="text/javascript"> var editor = document.getElementById('editor'); var img = document.createElement('img'); img.src = 'http://onewww.net/images/logo.jpg'; editor.appendChild(img); alert(editor.innerHTML); </script> </textarea><br><input onclick="runEx('runcode65198')" type="button" value="运行代码"> <input onclick="doCopy('runcode65198')" type="button" value="复制代码"> <input onclick="doSave(runcode65198)" type="button" value="保存代码">[Ctrl+A 全选 注:<a href="http://www.jb51.net/article/23421.htm" title="查看具体详情" target="_blank">如需引入外部Js需刷新才能执行</a>]</textarea></div> <br>