user_editpass.asp

来自「信息管理系统 管理页面:admin/index.asp 用户和密码都是adm」· ASP 代码 · 共 33 行

ASP
33
字号
<!--#include file=cookies.asp-->
<%
dim rs,sql,id
id=trim(request("id"))
if not isnumeric(id) or id="" then
response.write "<li>参数错误!"
response.end
end if
%>
<meta http-equiv="Content-Language" content="zh-cn">
<link rel="stylesheet" type="text/css" href="../1.CSS">
<title>修改密码</title>
<body topmargin="0" leftmargin="0">
<p> </p>
<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="180" height="35">
    <form action="user_editpasschk.asp?id=<%=id%>" method="POST">
    <tr>
      <td width="60" height="23">
      <p align="center">新密码:</td>
      <td width="121" height="23"><input type="text" name="password" size="18"></td>
    </tr>
    <tr>
      <td width="60" height="12"></td>
      <td width="121" height="12">
      <p align="center">
      <input type="submit" value="提交" name="B1" style="color: #FFFFFF; border: 1px solid #000000; background-color: #666666"></td>
    </tr>
    </form>
  </table>
  </center>
</div>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?