getpwd.asp

来自「一个教育系统」· ASP 代码 · 共 22 行

ASP
22
字号
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="images/css.css" type="text/css">
<title>取回密码</title>
</head>
<body text=#000000 bgColor=#ffffff leftMargin=0 topMargin=0>
<!--#include file="head.asp"-->
<form action="getpwd2.asp" method="post">
<table style="BORDER-COLLAPSE: collapse" borderColor=#808080 width="250" border="1" align="center" cellpadding=1>
<tr><td align="center" class="header" colspan=2>取回密码(第一步)</td></tr>
  <tr>
    <td align=center>登陆名/ID</td>
    <td>&nbsp;<input type=text name="id" size=15 title="请输入您的登陆名或ID"></td>
  </tr>
</table>
<center><input type=submit name="submit" value="下一步"></center>
</form>
</body>
</html>

⌨️ 快捷键说明

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