modifypwd.asp
来自「一个用jsp 编写的个人主页网站哦。希望对大家有所帮助啊」· ASP 代码 · 共 23 行
ASP
23 行
<% 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 + =
减小字号Ctrl + -
显示快捷键?