代码效果显示
<P align=center><SCRIPT><BR>function runEx(){<BR>var winEx2 = window.open("", "winEx2", "width=680,height=350,status=yes,menubar=no,scrollbars=yes,resizable=yes"); winEx2.document.open("text/html", "replace"); <BR>winEx2.document.write(unescape(event.srcElement.parentElement.children[0].value)); <BR>winEx2.document.close(); <BR>}<BR>function saveFile()<BR>{<BR>var win=window.open('','','top=10000,left=10000');<BR>win.document.write(document.all.asdf.innerText)<BR>win.document.execCommand('SaveAs','','javascript.htm')<BR>win.close();<BR>}<BR></SCRIPT><BR><P align=center><TEXTAREA id=asdf name=textfield rows=13 wrap=VIRTUAL cols=70></TEXTAREA> <BR><INPUT onclick=runEx() type=button value=" 运行代码 " name=Button> <INPUT onclick=asdf.select() type=button value=" 全选 " name=Button> <INPUT onclick="asdf.value=''" type=button value=" 清空 " name=Button> <INPUT onclick=saveFile(); type=button value=" 保存代碼 "> <BR><P><BR><P align=center><FONT face=楷体_GB2312>注:本程序由<A href="http://lzx.any2000.com/" target=_blank><FONT color=#33ccff><STRONG>站长信息网</STRONG></FONT></A>特别提供</FONT></P><BR><DIV></DIV> <BR><P></P><BR><body><BR>