login.htm
来自「书店的管理系统。不错的一个源程序。提供给大家。」· HTM 代码 · 共 65 行
HTM
65 行
<html>
<head>
<meta NAME="GENERATOR" Content="Microsoft FrontPage 3.0">
<title></title>
</head>
<body style="FONT-SIZE: 9pt">
<p> </p>
<p></p>
<!--webbot BOT="GeneratedScript" PREVIEW=" " startspan --><script Language="JavaScript"><!--
function FrontPage_Form1_Validator(theForm)
{
if (theForm.log_name.value == "")
{
alert("Please enter a value for the \"log_name\" field.");
theForm.log_name.focus();
return (false);
}
if (theForm.passwrd.value == "")
{
alert("Please enter a value for the \"passwrd\" field.");
theForm.passwrd.focus();
return (false);
}
return (true);
}
//--></script><!--webbot BOT="GeneratedScript" endspan --><form method="post" action="login.asp" style="FONT-SIZE: 9pt" onsubmit="return FrontPage_Form1_Validator(this)" name="FrontPage_Form1">
<table WIDTH="50%" BORDER="0" CELLSPACING="1" CELLPADDING="1" align="center" style="FONT-SIZE: 9pt">
<tr>
<td align="right">用户名:</td>
<td><!--webbot bot="Validation" B-Value-Required="TRUE" --><input name="log_name"></td>
</tr>
<tr>
<td align="right">密 码:</td>
<td><!--webbot bot="Validation" B-Value-Required="TRUE" --><input type="password" name="passwrd"></td>
</tr>
<tr>
<td align="right"><input type="submit" value="登录" name="B1" style="FONT-SIZE: 9pt"></td>
<td><input type="reset" value="重填" name="B2" style="FONT-SIZE: 9pt"></td>
</tr>
</table>
</form>
<br><br>
<table WIDTH="30%" ALIGN="center" BORDER="0" CELLSPACING="1" CELLPADDING="1" style="FONT-SIZE: 9pt">
<tr>
<td><a href="new1.htm">注册新用户</a></td>
<td><a href="forget1.htm">忘记密码</a></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?