www.gusucode.com > 盐城分类信息网asp源码程序 > admin/com_editpass.asp

    <!--#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 href="inc_style.css" rel="stylesheet" type="text/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>