function trestart(){
if (html_Test) {
clear = confirm(“确定要清除吗?“,‘‘);
if(clear) {
document.html_Test.reset();
document.html_Test.value = ““;
}
}
}
function test(){
{
temp = document.html_Test.tester.value;
testwin= open(““, “testwin“,“status=no,menubar=yes,toolbar=no“);
testwin.document.open();
testwin.document.write(temp);
testwin.document.close();
}
}
function about(){
alert(“本功能支持在线即时预览html代码“)
}
function help(){
OpenWindow=window.open(““, “newwin“,“height=220,width=470,toolbar=no,scrollbars=“+scroll+“,menubar=no“);
OpenWindow.document.write(“
帮助信息“)OpenWindow.document.write(“
“)
OpenWindow.document.write(“
“)
OpenWindow.document.write(“
OpenWindow.document.close()
self.name=“main“
}
HTML代码预览
请在下面输入框中输入html代码