umdfy.asp

来自「ASP入门与提高实用教程 源文件(上传网站)」· ASP 代码 · 共 52 行

ASP
52
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style/3.css" type="text/css">
<title>无标题文档</title>
<style type="text/css">
<!--
body {
	background-color: #CCCCCC;
}
-->
</style></head>

<body>
<form action="Umdfydo.asp" method="post" name="form1" id="form1">
  <table width="500" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td height="25" align="center">密码更改</td>
    </tr>
    <tr>
      <td height="118"><table width="50%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td width="102" height="37">旧密码:</td>
          <td width="198"><input name="password0" type="password" class="input1" id="password0" size="12"></td>
          </tr>
        <tr>
          <td height="28">新密码</td>
          <td><input name="password1" type="password" class="input2" id="password1" size="12"></td>
        </tr>
        <tr>
          <td height="28">确认新密码</td>
          <td><input name="password2" type="password" class="input2" id="password2" size="12"></td>
        </tr>
      </table></td>
    </tr>
    <tr>
      <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="10%">&nbsp;</td>
          <td width="33%" align="right">
            <input type="submit" name="Submit" value="提交"></td>
          <td width="36%" align="center"><input type="reset" name="Submit2" value="重置"></td>
          <td width="21%">&nbsp;</td>
        </tr>
      </table></td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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