📄 adds.asp
字号:
<%if session("password")<>"" then%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>批量成绩添加</title>
<style type="text/css">
<!--
body {
scrollbar-face-color: #FFC4B0;
scrollbar-highlight-color: #FFC4B0;
scrollbar-shadow-color: #FF7142;
scrollbar-3dlight-color: #FF7142;
scrollbar-arrow-color: #FF7142;
scrollbar-darkshadow-color:#FFC4B0;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(img/bg3.gif);
background-position:center;
margin-left: 0px;
}
body,td,th {
font-size: 14px;
color: #FF7142;
font-family: 宋体;
}
a {
font-family: 宋体;
font-size: 13px;
}
a:link {
text-decoration: none;
color: #FF7142;
}
a:visited {
text-decoration: none;
color: #FF7142;
}
a:hover {
text-decoration: none;
color: #FFB59D;
}
a:active {
text-decoration: none;
color: #FFB59D;
}
h1,h2,h3,h4,h5,h6 {
font-family: 宋体;
}
.style2 {color: #ff41b5}
-->
</style>
</head>
<body>
<table width="495" height="578" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="495" height="83" align="center" valign="top" background="img/top3.gif"></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td height="421" valign="top">
<table width="200" border="0" height="90%" align="center" cellpadding="0" cellspacing="0">
<tr><td width="600" height='421' valign='top' background="img/bg33.gif"><div align=center>
<p>教师成绩批量添加
</p>
<p>*学号栏必须全部填写*</p>
<table width="450" border="0" align="center">
<tr>
<td width="80" align="center">学号</td>
<td width="300" align="center"> 姓名</td>
<td width="300" align="center"> 科目</td>
<td width="80" align="center"> 成绩</td>
</tr>
</table>
<form name="form1" method="post" action="addnews.asp">
<table width="450" border="0">
<tr>
<td width="102"><input name="xh1" type="text" id="xh1" size="20"></td>
<td width="102"><input name="user1" type="text" id="user1" size="20"></td>
<td width="102"><input name="km1" type="text" id="km1" size="20"></td>
<td width="102"><input name="cj1" type="text" id="cj1" size="20"></td>
</tr>
<tr>
<td width="102"><input name="xh2" type="text" id="xh2" size="20"></td>
<td width="102"><input name="user2" type="text" id="user2" size="20"></td>
<td width="102"><input name="km2" type="text" id="km2" size="20"></td>
<td width="102"><input name="cj2" type="text" id="cj2" size="20"></td>
</tr>
<tr>
<td width="102"><input name="xh3" type="text" id="xh3" size="20"></td>
<td width="102"><input name="user3" type="text" id="user3" size="20"></td>
<td width="102"><input name="km3" type="text" id="km3" size="20"></td>
<td width="102"><input name="cj3" type="text" id="cj3" size="20"></td>
</tr>
<tr>
<td width="102"><input name="xh4" type="text" id="xh4" size="20"></td>
<td width="102"><input name="user4" type="text" id="user4" size="20"></td>
<td width="102"><input name="km4" type="text" id="km4" size="20"></td>
<td width="102"><input name="cj4" type="text" id="cj4" size="20"></td>
</tr>
<tr>
<td width="102"><input name="xh5" type="text" id="xh5" size="20"></td>
<td width="102"><input name="user5" type="text" id="user5" size="20"></td>
<td width="102"><input name="km5" type="text" id="km5" size="20"></td>
<td width="102"><input name="cj5" type="text" id="cj5" size="20"></td>
</tr>
<tr>
<td width="102"><input name="xh6" type="text" id="xh6" size="20"></td>
<td width="102"><input name="user6" type="text" id="user6" size="20"></td>
<td width="102"><input name="km6" type="text" id="km6" size="20"></td>
<td width="102"><input name="cj6" type="text" id="cj6" size="20"></td>
</tr>
<tr>
<td align="right"><input type="submit" name="Submit" value="提交"></td>
<td><input type="reset" name="Submit2" value="重置"></td>
</tr>
</table>
<p> </p>
</form>
<p> </p>
<p>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="2"></td>
</tr>
<tr>
</tr>
</table>
</body>
</html>
<%else
Response.Redirect "dlu.asp"
end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -