index0.asp
来自「生成防伪码,并导出为EXCEL表格,可查寻」· ASP 代码 · 共 37 行
ASP
37 行
<html>
<head><link href="css.css" rel="stylesheet" type="text/css">
<title>祥星送货单打印系统</title>
</head>
<script language=javascript>
<!--
function CheckForm()
{
var name=document.myform.name.value
if(name.length<1)
{
document.myform.name.focus();
alert("帐号不能为空!")
return false;
}
var password=document.myform.password.value
if(password.length<1)
{
document.myform.password.focus();
alert("密码不能为空!")
return false;
}
}
-->
</script>
<body>
<center><br><br><form name=myform action="checklogin.asp" method="post">
<table cellspacing="1" cellpadding="1" border="0" width="300" bgcolor="#cccfff">
<tr bgcolor="f1f1f1"><td colspan=2 align=center>祥星送货单打印系统管理员登陆</td></tr>
<tr><td align=center>帐号:<input type=text name=name></td></tr>
<tr><td align=center>密码:<input type=password name=password></td></tr>
<tr><td align=center colspan=2><input class="inputb" type="submit" name="submit" value="确定登陆" onClick="return CheckForm();"> <input class="inputb" type="reset" name="submit" value="清除重写"></td></tr>
</table></form></center>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?