实时在线预览编辑html网页,html编辑在线预览的代码小工具

你好,欢迎你,代码在下面

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代码