<div class="htmlarea"> <textarea id="runcode97204"> <script type="text/javascript"> function openNew(url) { var NewInf= document.createElement('a'); NewInf.setAttribute('href',url); NewInf.setAttribute('target','_blank'); document.body.appendChild(NewInf); NewInf.click(); document.body.removeChild(NewInf); } </script> <input type="button" onclick="openNew('http://www.jb51.net/');"> </textarea><br><input onclick="runEx('runcode97204')" type="button" value="运行代码"> <input onclick="doCopy('runcode97204')" type="button" value="复制代码"> <input onclick="doSave(runcode97204)" type="button" value="保存代码">[Ctrl+A 全选 注:<a href="http://www.jb51.net/article/23421.htm" title="查看具体详情" target="_blank">如需引入外部Js需刷新才能执行</a>]</div>