resultquery.asp

来自「《动态网页设计基础教程》,胡杰,科学出版社」· ASP 代码 · 共 123 行

ASP
123
字号
<html>

<head>
<link rel="stylesheet" href="comCSS.css">
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>查询评分结果信息</title>
<meta name="Microsoft Border" content="t, default">
</head>

<body><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>

<p align="left"> </p>

</td></tr><!--msnavigation--></table><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><!--msnavigation--><td valign="top">
<Script Language="vbscript" for="B2" event="Onclick" %>
        History.Back
</Script>

<!-- #include file="adoconn.asp" -->  
<% 
 Certificate()
 call generateterm()   
 listItem("select department from Departments")  
%>  
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td valign="top">
<p align="center"><font face="华文新魏" size="4" color="#000080">输入统计关键信息</font></p>
<form method="POST" action="ResultList.asp" align="center">

<div align="left">
  <table border="1" width="58%" height="83" align="center">
    <tr>
      <td width="31%" height="23">
        <p align="left"><font color="#0000FF">学年:</font></p>
      </td>
      <td width="65%" height="23" align="center">
        <p align="left"><select size="1" name="D1">
           <% if session("month")<9 then %>
           <option selected><%=session("year") - 1 %></option>
           <%else%>
           <option selected><%=session("year") %></option>
           <%end if %>

           <%for y=2003to 2020 %> 
           <option><%=(y)%></option> 
           <%next%> 
        </select>年&nbsp; 至&nbsp;&nbsp; <select size="1" name="D2">     
           <% if session("month")<9 then %>
           <option selected><%=session("year") %></option>
           <%else%>
           <option selected><%=session("year") + 1 %></option>
           <%end if %>

           <%for y=2004 to 2021 %>    
           <option><%=(y)%></option>    
           <%next%>    
        </select>年</p>   
      </td>   
    </tr>     
    <tr>     
      <td width="31%" height="24">     
        <p align="left"><font color="#0000FF">学期:</font></p>             
      </td>                  
      <td width="65%" height="24" align="center">             
        <p align="left">           
      <select size="1" name="D3">  
        <option selected><%=session("term") %></option>     
        <option>一</option> 
        <option>二</option> 
        <option>三</option> 
        <option>四</option> 
      </select></p>         
      </td>         
    </tr>         
    <tr>         
      <td width="31%" height="18">         
        <p align="left"><font color="#0000FF">部门:</font></p>        
      </td>            
      <td width="65%" height="18" align="center">        
        <p align="left">      
      <select size="1" name="D4" style="background-color: #C0C0C0; border-style: inset">          
      <option selected value="所有部门">所有部门</option>
        <% for recordi=0 to Itemcount-1%>          
      <option><%=ItemArray(0,recordi)%></option>          
      <%next%>          
    </select>                   
    
        </p>       
      </td>       
    </tr>       
    <tr>         
      <td width="31%" height="18">         
        <b><font face="楷体_GB2312" color="#0000FF">统计类别:</font></b></td>            
      <td width="65%" height="18" align="center">        
        <p align="left">
		<font face="楷体_GB2312">
		<input type="radio" name="R1" value="1" style="font-weight: 700" checked><b> 
		</b>
		教师打分统计表<br>
		<input type="radio" name="R1" value="2"> 
		学生打分统计表<br> 
		</font>
		<input type="radio" name="R1" value="3"><font face="楷体_GB2312">
		教师<font color="#FF0000">总分</font>统计表</font></td>       
    </tr>       
  </table>       
	<p align="center"><input type="submit" value="提交" name="B1">&nbsp;&nbsp;
	<input type="submit" value="返回" name="B2"></div>       
</form>      
</table>   

 <!--msnavigation--></td></tr><!--msnavigation--></table></body>             
</html>        
       
     
   
   
   
   

⌨️ 快捷键说明

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