📄 edit_admin.asp
字号:
<!--#include file=../conn.asp-->
<!--#include file=usercookies.asp-->
<!--#include file=onlinerz.asp-->
<%
dim password,username,rs,sql
username=request("username")
set rs=server.createobject("adodb.recordset")
sql="select UserName,Password from [administrator] where UserName='"&UserName&"'"
rs.open sql,conn,1,1
password=rs("password")
rs.close
set rs=nothing
%>
<div align="center">
<FORM name=theForm method=POST action=editadminchk.asp>
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" height="95">
<tr>
<td bgColor="#008000" height="20" vAlign="bottom" style="border-style: solid; border-width: 1">
<p style="MARGIN-LEFT: 6px" align="center">
<font color="#FFFFFF"><span style="font-size: 9pt"><b>修改我的密码</b></span></font></td>
</tr>
<tr>
<td bgColor="#f7f7f7" height="25" width="156" style="border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1; border-top-style: solid; border-top-width: 1">
<span style="FONT-SIZE: 12px">
用户名:<font color="#FF0000"><b><%=request("username")%></b></font></span></td>
</tr>
<tr>
<td bgColor="#f7f7f7" height="25" width="156" style="border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1">
<span style="FONT-SIZE: 12px">
密 码:<input type=hidden name="username" size="13" style="BACKGROUND-COLOR: #f9f9f9; COLOR: #384249; FONT-FAMILY: Verdana; FONT-SIZE: 11px; FONT-WEIGHT: bold" tabIndex="1" value="<%=username%>"><input name="Password" size="13" style="BACKGROUND-COLOR: #f9f9f9; COLOR: #384249; FONT-FAMILY: Verdana; FONT-SIZE: 11px; FONT-WEIGHT: bold" tabIndex="1" value="<%=Password%>"></span></td>
</tr>
<tr>
<td bgColor="#f7f7f7" height="7" vAlign="top" width="156" style="border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1; border-bottom-style: solid; border-bottom-width: 1">
<p align="center">
<input type="submit" value="修改" name="B1"><br>
</td>
</tr>
<tr>
<td bgColor="#f7f7f7" height="6" vAlign="top" width="156" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-bottom-style: none; border-bottom-width: medium">
<br>
密码已经加密,修改请直接输入<font color="#FF0000">新密码</font>。</td>
</tr>
</table>
</center>
</form>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -