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

📄 modifypwd.asp

📁 一个用jsp 编写的个人主页网站哦。希望对大家有所帮助啊
💻 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 + -