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

📄 admin_user.asp

📁 公正、客观、科学地评价教师的教学质量、工作质量有利于加强高校的教学管理
💻 ASP
字号:
<!--#include file="conn.asp"-->
<%
if session("login")<>"yes" then
response.write "<script language=JavaScript>" & chr(13) & "alert('您还未登录或者超时,请重登录!');"&"window.location.href = '../'"&" </script>"
response.end
end if
sql="select gogo_name from admin where id=1"
rs.open sql,conn,1,1

%>
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理员账号密码</title>
<style type="text/css">
<!--
.style1 {
	color: #9933FF;
	font-weight: bold;
}
.style2 {font-size: 12px}
.style3 {font-size: 14px}
-->
</style>
</head>

<body bgcolor="#CAD7F7">

<form method="POST" action="updata_user.asp">
	<div align="center">
		 <p> </p>
		<p> </p>
		<table border="0" width="283" cellspacing="0" cellpadding="4" bgcolor="#F1F3F5" style="border: 1px solid #000000; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px">
			<tr bgcolor="#99CCFF">
				<td height="25" colspan="2">
			  <p align="center" class="style1"><font size="2">管理员账号密码设置</font></td>
		  </tr>
			<tr>
				<td style="border-left-width: 1px; border-right-width: 1px; border-top: 1px dotted #C0C0C0; border-bottom: 1px dotted #C0C0C0" width="54" align="center">
				  <span class="style3">账号:</span></td>
				<td style="border-left-width: 1px; border-right-width: 1px; border-top: 1px dotted #C0C0C0; border-bottom: 1px dotted #C0C0C0" width="211">
				<input type="text" name="name" size="20" value="<%=rs("gogo_name")%>"></td>
			</tr>
			<tr>
				<td style="border-left-width: 1px; border-right-width: 1px; border-top: 1px dotted #C0C0C0; border-bottom: 1px dotted #C0C0C0" width="54" align="center">
				  <span class="style3">密码:</span></td>
			  <td style="border-left-width: 1px; border-right-width: 1px; border-top: 1px dotted #C0C0C0; border-bottom: 1px dotted #C0C0C0" width="211">
				<input type="text" name="psw" size="20">
				<span class="style2"></span></td>
			</tr>
		</table>
		<p><input type="submit" value="修改" name="B1"></div>
</form>
<%
rs.close
set rs=nothing
%>
</body>

</html>

⌨️ 快捷键说明

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