📄 adminme.asp
字号:
<!--''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''版权:野马原创 ''''
''''联系:ctplr@163.com ''''
''''说明:需要新功能联系我 ''''
''''QQ:214297587 ''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-->
<!--#include file="check.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="qx.asp"-->
<link href=../css.css rel=stylesheet>
<body background="../back.gif" style='cursor:url("Mouse.ani")'>
<%
if session("qx")<>"" then
pname=session("name")
%><center>
修改我的密码(<font color="#0099FF">不修改清留空或者点击“返回”</font>)
<%
sql="select * from adminboss where username='"&pname&"'"
rs.open sql,cn,1,1
%>
<form action='admin_do.asp?action=xiugai' method=post>
<table border="1" bordercolor=#3399ff bgcolor=#ffeeee>
<tr><td>您的姓名:</td><td> <%=rs("username")%> </td></tr>
<tr><td>输入原密码:</td><td><input name=oldmm type=password id="oldmm" size="8" %>
<font color="#FF0000">*</font><font color="#999900">增加安全性</font> </td>
</tr>
<tr><td>输入新密码:</td><td><input name=mm1 type=password size="8" %>
<font color="#00FF00">*</font><font color="#999900">输入新密码</font> </td>
</tr><br>
<tr><td>确认新密码:</td><td><input name=mm2 type=password size="8" %>
<font color="#0000FF">*</font><font color="#999966">确认新密码</font> </td>
</tr>
<tr><td>您的权限:</td>
<td bgcolor="#FFbfbf"><%=qxcn%> </td>
</tr>
<tr><td colspan=2>备注:<br> <%=rs("jl")%> </td></tr>
<tr align="center" valign="middle"><td colspan=2><input type=hidden name=aid value=<%=rs("id")%> ><input type=submit value="提交" class=ibox><input type=reset class=ibox><input type=button class=ibox value=返回 onclick='javascript:history.back()'></td></tr>
</table></form>
<%
rs.close
set rs=nothing
else
response.write "您没有权限"
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -