📄 logon.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<head>
<%
Response.Expires=-9999
session.Abandon()
%>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>管理后台</title>
<script language="javascript">
<!--
function check4sub(){
if(form2.name.value==0||form2.passwd.value==0)
alert( "请完整输入用户名及密码!");
else
form2.submit();
}
-->
</script>
</head>
<body>
<form id="form2" name="form2" method="post" action="logonpro.asp">
<h1>管理</h1>
<table width="284" border="0" cellspacing="0" cellpadding="2">
<tr>
<td><label>用户名:
<input name="name" type="text" id="name" />
</label></td>
</tr>
<tr>
<td><label>密 码:
<input name="passwd" type="password" id="passwd" />
</label></td>
</tr>
<tr>
<td><label>
<input name="SubmitIt" id="SubmitIt" type="button" onClick="check4sub()" value="登 录" />
<input type="reset" name="cancel" value="重 填" />
</label></td>
</tr>
<tr>
<td align="right"><a href="register.asp">注册</a></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -