运行代码窗口
[html]<script>
function Preview()
{
var TestWin=open('');
TestWin.document.write(code.value);
}
</script>
function Preview()
{
var TestWin=open('');
TestWin.document.write(code.value);
}
</script>