?? class1_add.asp
字號:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>無標題文檔</title>
<style type="text/css">
<!--
.style1 {
color: #0000FF;
font-size: 36px;
font-family: "華文行楷";
}
.style3 {font-family: "Courier New", Courier, mono; color: #FF0000;}
.style4 {
color: #0000FF;
font-size: 16px;
}
.style5 {color: #FF0000}
-->
</style>
</head>
<SCRIPT language="vbscript">
<!--
function checkdata()
If document.addclass1.class1.value="" then
alert("分類名不能為空")
document.location.reload()
exit function
end if
end function
-->
</SCRIPT>
<body>
<h1 align="center" class="style1 style3">添加一級分類</h1>
<div align="center">
<form name="addclass1" action="class1_add.asp?xingxing" method="post" >
<table width="412" height="167" border="1" bordercolor="#330099" bgcolor="#99CC66">
<tr>
<th width="56" height="80" scope="col"> </th>
<th width="295" scope="col"><p align="center" class="style4">一級分類名:
<input type="text" name="class1" height="25">
</p>
</th>
<th width="39" scope="col"> </th>
</tr>
<tr>
<th height="79" scope="row"> </th>
<td><p align="center"><span class="style4">排列值:</span>(<span class="style5">值越大顯示越靠前</span>)</p>
<p align="center">
<input type="text" name="order" height="25" value="0" >
</p></td>
<td> </td>
</tr>
</table>
<p> </p>
<table width="278" border="1">
<tr>
<th width="126" scope="col"><input type="submit" name="Submit" value="添加" onClick="checkdata()"></th>
<th width="136" scope="col"><input type="reset" name="Submit2" value="重置"></th>
</tr>
</table>
</form>
</div>
<p align="center" class="style1"> </p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -