?? res.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");
.style1 {font-size: 24px}
-->
</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> </td>
</tr>
</table>
<table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<form action="adminlook.asp" method="post" name="form1" >
<table width="300" border="0">
<tr>
<td height="25">
學號: </td>
<td height="25" align="right">
<div align="left">
<input name="xh" type="text" id="xh" size="15">
<select name="xq">
<option>第一學期</option>
<option>第二學期</option>
<option>第三學期</option>
<option>第四學期</option>
<option>第五學期</option>
<option>第六學期</option>
<option>第七學期</option>
<option>第八學期</option>
</select>
<input type="submit" name="Submit" value="提交">
</div> </td>
</tr>
</table>
</form>
</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>
<p> </p>
</body>
</html>
<%else
Response.Redirect "admpost.asp"
end if%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -