?? createnotebook.htm
字號(hào):
<html>
<head>
<title>添加留言本信息</title>
<script language="JavaScript">
<!--
function validteForm()
{
if (document.notebook.name.value=="")
{
window.alert ("請(qǐng)輸入你的姓名!")
return false;
}
if (document.notebook.content.value=="")
{
window.alert ("請(qǐng)輸入你的留言內(nèi)容!")
return false;
}
}
//-->
</script>
</head>
<body background="./images/backgr8.gif">
<form name="notebook" action="CreateNoteBook.php" method="POST" onSubmit="return validateForm( this.form )">
姓名:<br>
<input name="name" size=30 maxlength=15><br>
留言日期:<br>
<input name="date" size=30 maxlength=15><br>
<textarea name="content" rows="12" cols="51"></textarea><br>
<input type="submit" value="發(fā)出留言"><br>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -