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

📄 add.asp

📁 学生成绩管理系统软件
💻 ASP
字号:
<%if session("password")<>"" then%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>25175学生成绩管理系统v1.31</title>
<style type="text/css">
<!--
@import url("20041026_25175_stry_css.css");
-->
</style>
</head>
<body>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="30" bgcolor="#999999"><div align="center" class="unnamed3write">25175学生成绩管理系统v1.31</div></td>
  </tr>
</table>
<table width="768" height="25" align="center" cellpadding="0" cellspacing="0" class="unnamed_rld2">
  <tr bgcolor="#EEEEEE">
    <td width="100" height="25" align="center"><a href="index.asp">首页</a></td>
    <td width="100" align="center"><a href="add.asp">添加单个成绩</a></td>
    <td width="100" align="center"><a href="adds.asp">批量添加成绩</a></td>
    <td width="100" align="center" bgcolor="#EEEEEE"><a href="res.asp">按学号查询</a></td>
    <td width="100" align="center"><a href="res1.asp">按班级查询</a></td>
    <td width="100" align="center"><font color="#0000CC" size="2"><a href="admin.asp">管理页面</a></font></td>
    <td width="100" align="center"><a href="logout.asp">退出</a></td>
  </tr>
</table>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
<table width="768"  border="0" align="center" cellpadding="0" cellspacing="0">
        <tr> 
          <td> 
            <div align=center>
              <form name="form1" method="post" action="addnew.asp">
                <table width="300" border="0" cellpadding="0" cellspacing="0" class="unnamed_rld2">
                  <tr>
                    <td width="90" height="25" align="right">
                      <div align="center" class="style1">班级</div></td>
                    <td width="200">
                      <input name="bj" type="text" id="xh">
                    </td>
                  </tr>
                  <tr>
                    <td width="90" height="25" align="right">
                      <div align="center">学号</div></td>
                    <td width="200">
                      <input name="xh" type="text" id="xh">
                    </td>
                  </tr>
                  <tr>
                    <td width="90" height="25" align="right">
                      <div align="center">姓名</div></td>
                    <td width="200">
                      <input name="user" type="text" id="user">
                    </td>
                  </tr>
                  <tr>
                    <td width="90" height="25" align="right">
                      <div align="center">课程</div></td>
                    <td width="200">
                      <input type="text" name="kc">
                    </td>
                  </tr>
                  <tr>
                    <td width="90" height="25" align="right">
                      <div align="center">成绩</div></td>
                    <td width="200">
                      <input name="cj" type="text" id="cj">
                    </td>
                  </tr>
                  <tr>
                    <td width="90" height="25" align="right">
                      <div align="center">学期</div></td>
                    <td width="200">
                      <select name="xq">
                        <option>第一学期</option>
                        <option>第二学期</option>
                        <option>第三学期</option>
                        <option>第四学期</option>
                        <option>第五学期</option>
                        <option>第六学期</option>
                        <option>第七学期</option>
                        <option>第八学期</option>
                      </select>
                    </td>
                  </tr>
                  <tr>
                    <td width="90" height="25" align="right">
                      <div align="center">类型</div></td>
                    <td width="200">
                      <select name="lx">
                        <option>考试课</option>
                        <option>考查课</option>
                      </select>
                    </td>
                  </tr>
                  <tr>
                    <td align="right" colspan="2" height="45">
                      <div align="center">
                        <p>
                          <input type="submit" name="Submit" value="添加">
                          <input type="reset" name="Submit2" value="重置">
                        </p>
                    </div></td>
                  </tr>
                </table>
              </form>
          </div>		  </td>
        </tr>
</table>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="30" bgcolor="#999999"><div align="center" class="unnamed3write"><a href="http://www.25175.com" class="unnamed3write">powered by 25175.com</a></div></td>
  </tr>
</table>
</body>
</html>
<%else
Response.Redirect "admpost.asp"
end if%>

⌨️ 快捷键说明

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