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

📄 score_view.asp

📁 c++builder开发系统实现了成绩查寻
💻 ASP
字号:
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="936"%>
<%
if((Session("rank")!=0&&Session("rank")!=1)||Session("passed")!=12287666342)
{Response.Redirect("index.htm");
 Response.End();
 }
 %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>福州大学数学与计算机科学学院综合测评分管理系统</title>
<style type="text/css">
<!--
body {
	background-image: url(imag/bjx.jpg);
}
.style18 {
	font-style: italic;
	font-size: 14px;
	color: #FFFF66;
}
.style19 {color: #666666}
.style28 {font-size: 12px}
-->
</style></head>

<body>
<script language="javascript">
function chk(){
 if(document.form1.userno.value=="")
   {window.alert("请输入学号");return false;}
   return true;
   }
   </script>
<table width="700" height="534" border="0" align="center" cellpadding="0" cellspacing="0" >
  <!--DWLayoutTable-->
  <tr>
    <td width="89" height="13"></td>
    <td width="713"><div align="center"><img src="imag/Top_logo.jpg" width="614" height="113"></div></td>
    <td width="48"></td>
  </tr>
  <tr>
    <td height="395"></td>
    <td valign="top"><table width="570" border="0" cellpadding="0" cellspacing="0">
        <!--DWLayoutTable-->
        <tr>
          <td width="850" height="395"><table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <th width="37" scope="col">&nbsp;</th>
                <th width="626" height="358" scope="col">
				<form action="score_view_list.asp" method="get" name="form1" target="_self" id="form" onSubmit="return chk()">
				  <table width="512" height="31" border="0" align="center" cellpadding="0" cellspacing="0">
                    <tr bgcolor="#CCCCCC">
                      <th height="8" colspan="4" scope="col"></th>
                      </tr>
                    <tr bgcolor="#33CC99">
                      <th width="84" height="21" scope="col"><div align="right" class="style28">学号:</div></th>
                      <th width="105" scope="col"><div align="left" class="style28">
                          <input name="userno" type="text" id="userno" size="15">
                      </div></th>
                      <th width="65" scope="col"><div align="right" class="style28">月份:</div></th>
                      <th width="258" scope="col"><div align="left" class="style28">
                          <select name="month" id="month">
                            <option value="s2" selected>二月</option>
                            <option value="s3">三月</option>
                            <option value="s4">四月</option>
                            <option value="s5">五月</option>
                            <option value="s6">六月</option>
                            <option value="total1">上半年总评</option>
                            <option value="s9">九月</option>
                            <option value="s10">十月</option>
                            <option value="s11">十一月</option>
                            <option value="s12">十二月</option>
                            <option value="total2">下半年总评</option>
                          </select>
                          <input name="sure" type="submit" id="sure" value="sure">
                          <input name="reset" type="reset" id="reset" value="reset">
                      </div></th>
                    </tr>
                  </table>
				</form>
				</th>
                <th width="37" scope="col">&nbsp;</th>
              </tr>
            </table>
          </td>
        </tr>
    </table></td>
    <td></td>
  </tr>
  <tr>
    <td height="13"></td>
    <td><!--DWLayoutEmptyCell-->&nbsp;</td>
    <td></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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