?? addke.asp
字號:
<!--#include file="top.asp"-->
<!--#include file="conn.asp"-->
<%
number1=request.form("number")
Set rs = Server.CreateObject("ADODB.Recordset")
number=session("number")
passwd=session("Passwd")
sql="select * from admin1 where number='"&number&"'and passwd='"&Passwd&"'"
rs.open sql,conn,3,3
if rs.eof then
response.redirect "index.asp"
response.end
end if
key1=rs("oskey")
IF not(KEY1="super") THEN
response.redirect "error.asp?id=065"
response.end
END IF
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css">
<title>理學院成績查詢系統-添加新班級</title>
</head>
<body leftmargin="0" Topmargin="0" marginwidth="0" marginheight="0" background="images/greystrip.gIf">
<table width="760" border="0" cellspacing="0" cellpadding="0">
<tr><td><div align="right"><a href="manage.asp"><font color="red">返回管理首頁</font></a> </div></td></tr>
</table>
<table width="760" border="0" cellspacing="0" cellpadding="0">
<form action="addkeok.asp" method="post" name="form" id="form">
<tr>
<td width="278"> 課程名稱:
<input name="kecheng" type="text" id="kecheng"></td>
</tr>
<tr>
<td width="278"> 授課教師:
<input name="teacher" type="text" id="teacher"></td>
</tr>
<tr>
<td><p>
</p>
<p align="center">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</p></td>
</tr>
</form></table>
</body>
</html>
<!--#include file="bottom.asp"-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -