📄 modifypwd.asp
字号:
<% if session("user")<>"admin" then response.redirect"login.asp" end if %><html>
<!--#include file="conn.asp"-->
<!--#include file="ubbcode.asp" -->
<!--#include file="sql.asp" -->
<!--#include file="webbar.asp" -->
<%=head%>
<body>
<div id="bodywidth">
<%=top2%>
<div id="write">
</div>
<div id="showout">
.::密码修改::.<hr><br>
<form name="form1" method="post" action="modifypwdok.asp">
新密码 <input id="inputtext" type="password" name="pwd" size="16" maxlength="16">
<input id="input"type="submit" name="Submit" value="修改">
* 最高支持16为密码
</form><br>
</div>
<%=bottom%>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -