📄 forget.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css">
<title>忘记密码</title>
<script language="JavaScript">
<!--
function checkdata() {
if( form.name.value =="") {
alert("\请输入您的用户名")
return false;
}
return true;
}
function isNumberString (InString,RefString)
{
if(InString.length==0) return (false);
for (Count=0; Count < InString.length; Count++) {
TempChar= InString.substring (Count, Count+1);
if (RefString.indexOf (TempChar, 0)==-1)
return (false);
}
return (true);
}
// -->
</script>
</head>
<body leftmargin="0" Topmargin="0" marginwidth="0" marginheight="0" background="images/greystrip.gIf">
<!--#include file="top2.asp"-->
<form method=post action="forget1.asp" name=form onSubmit="return checkdata()">
<table border="1" cellspacing="0" cellpadding="0" width="416" align="center" height="10" bordercolor="#7C96B8" bordercolordark="#FFFFFF">
<TR>
<td colspan="2" height="20" background="images/mmTo.gIf" width="416" bgcolor="#7C96B8"><DIV style="FILTER: dropshadow(color=#FFFFFF, offx=1, offy=1, positive=1); WIDTH: 100%; CURSOR: hAND; POSITION: relative">
<p align="center"><font color="#336699">
找 回 密 码</font></p>
</div>
</td>
</TR>
<TR>
<td>
<font color="#336699">用户名:</a>
</td>
<td>
<input type=text name='name' maxlength=16> <font color="#FF0000">*</font> 请输入您的用户名
</td>
</TR>
<TR>
<td><font color="#336699">
提 交:</font>
</td>
<td>
<input type="submit" value="确 认" name="submit" style="cursor:hand;" class="Tips_bo">
<input type="reset" value="重 写" name="reset" style="cursor:hand;" class="Tips_bo">
</td>
</TR>
</table>
</form>
</body>
</html>
<!--#include file="copyright.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -