⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 class1_add.asp

📁 ASP,版本,HUANYING NI DE XIAZAI ! LIANXIFANSHI:BINDIYI@163.COM
💻 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">&nbsp;</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">&nbsp;</th>
  </tr>
  <tr>
    <th height="79" scope="row">&nbsp;</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>&nbsp;</td>
  </tr>
</table>

<p>&nbsp;</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">&nbsp;</p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -