gusucode.com > ASP+ACCESS中学网站设计与实现(论文+源代码+开题报告+任务书) > ASP+ACCESS中学网站设计与实现(论文+源代码+开题报告+任务书)\ASP001中学网站设计与实现\zxweb\admin\ChangePassword1.asp

    <!--#include file=conn.asp-->
<!--#include file=session.asp-->
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/bodystyle.css" rel="stylesheet" type="text/css">
</head>

<body>

<p> </p>
<form method="POST" action="ChangePassword2_submit.asp">
<table border="0" width="450" align=center>
  <tr>
    <td width="436" colspan="2"><b>修改系统密码</b></td>
  </tr>
  <tr>
    <td width="436" colspan="2">
      <hr size="1">
    </td>
  </tr>
  <tr>
    <td width="87">原密码:</td>
    <td width="349"><input type="password" name="OldPassword" size="20"></td>
  </tr>
  <tr>
    <td width="87">新密码:</td>
    <td width="349"><input type="password" name="NewPassword" size="20"></td>
  </tr>
  <tr>
    <td width="87">核对密码:</td>
    <td width="349"><input type="password" name="NewPassword2" size="20"></td>
  </tr>
  <tr>
    <td width="87"></td>
    <td width="349"><input type="submit" value="修改" name="B1"></td>
  </tr>
  <tr>
    <td width="87"> </td>
    <td width="349"></td>
  </tr>
</table>
</form>
</body>

</html>