要完成此效果把如下代碼加入到區(qū)域中
<script language="JavaScript">
function trestart(){
if (script) {
clear = confirm("你真的確定要關(guān)閉嗎?",'');
if(clear) {
document.script.reset();
document.script.value = "";
}
}
}
function test(){
{
temp = document.script.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代碼即可看到效果")
alert("http://typhoon.500.to E-mail:typhoon@huzhoucity.com")
}
function help(){
OpenWindow=window.open("",
"newwin","height=420,width=470,toolbar=no,scrollbars="+scroll+",menubar=no");
OpenWindow.document.write("
幫助信息")
OpenWindow.document.write("
你只要把你想顯示的代碼放到上頁的輸入框中,你自己也可以寫代碼
,按顯示鍵就能顯示你的頁面內(nèi)容")
OpenWindow.document.write("
Email
me")
OpenWindow.document.write("
Close this window")
OpenWindow.document.close()
self.name="main"
}
//End hiding-->
</script>