forget1.htm

来自「书店的管理系统。不错的一个源程序。提供给大家。」· HTM 代码 · 共 42 行

HTM
42
字号
<html>

<head>
<meta NAME="GENERATOR" Content="Microsoft FrontPage 3.0">
<title></title>
</head>

<body style="FONT-SIZE: 9pt">





<!--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);
  }
  return (true);
}
//--></script><!--webbot BOT="GeneratedScript" endspan --><form method="post" action="forget2.asp" style="FONT-SIZE: 9pt" onsubmit="return FrontPage_Form1_Validator(this)" name="FrontPage_Form1">
<table WIDTH="50%" ALIGN="center" BORDER="0" CELLSPACING="1" CELLPADDING="1" style="FONT-SIZE: 9pt">
	<tr>
		<td>用户名:</td>
		<td><!--webbot bot="Validation" B-Value-Required="TRUE" --><input name="log_name"></td>
	</tr>
	<tr>
		<td><input name="B1" style="FONT-SIZE: 9pt" type="submit" value="确定"></td>
		<td><input name="B2" style="FONT-SIZE: 9pt" type="reset" value="重填"></td>
	</tr>
</table>
</form>


</body>
</html>

⌨️ 快捷键说明

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