📄 login.asp
字号:
<%'禁止网页缓存
Response.Buffer = True
Response.ExpiresAbsolute = Now() - 1
Response.Expires = 0
Response.CacheControl = "no-cache"
'验证码生成
dim yz
randomize timer
yz=Int((8995215859)*Rnd +1052369509)
session("ok")=yz
%>
<html>
<head>
<title>商城后台</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../../css/css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.STYLE3 {
color: #FFFFFF;
font-weight: bold;
}
-->
</style>
</head>
<body>
<p> </p>
<p> </p>
<p> </p>
<table width="366" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#FFFFFF" class="tableBorder2">
<form name="userinfo" method="post" action="go.asp">
<script language="javascript">
<!--//
function checksignup() {
if ( document.form.name.value == '' ) {
window.alert('请输入名称!!');
document.form.name.focus();
}
else if ( document.form.pass.value == '' ) {
window.alert('请输入密码!!');
document.form.pass.focus();
}
else if ( document.form.yz.value == '' ) {
window.alert('请输入网页上显示的10位数的验证码!!');
document.form.yz.focus();
}
else {
return true;
}
return false;
}
//-->
</script> <tr>
<td height="25" colspan="3" align="center" background="../../images/admin_bg_1.gif" class="head">
<p class="STYLE3" style="line-height: 100%; margin-top: 3"><font face="Geneva, Arial, Helvetica, san-serif">仿淘宝多用户网络商城购物系统登陆</font></td>
</tr>
<tr>
<td width="125" height="26" align="right" bgcolor="#E8F1FF" class="on">用户名:</td>
<td colspan="2" bgcolor="#E8F1FF" class="on"><input name="name" type="text" id="name" style="border: 1px solid #6595D6" size="20" maxlength="20"></td>
</tr>
<tr>
<td width="125" height="26" align="right" bgcolor="#E8F1FF" class="on">密 码:</td>
<td colspan="2" bgcolor="#E8F1FF" class="on"><input name="pass" type="password" id="pass" style="border: 1px solid #6595D6" size="20" maxlength="20" onFocus="this.select();" readOnly onKeyDown="Calc.pass.value=this.value" onChange="Calc.pass.value=this.value" onclick= "password1=this;showkeyboard();this.readOnly=1">
</td>
</tr>
<tr>
<td width="125" height="26" align="right" bgcolor="#E8F1FF" class="on">确认码:</td>
<td width="74" bgcolor="#E8F1FF" class="on"><input name="yz" type="text" id="yz" style="border: 1px solid #6595D6" size="10" maxlength="20"></td>
<td width="151" bgcolor="#E8F1FF" class="on"><u><%=yz%></u></td>
</tr>
<tr>
<td height="30" colspan="3" align="center" bgcolor="#E8F1FF" class="on">
<input type="submit" name="Submit4" value="登 陆">
<input type="reset" name="Submit5" value="重 置">
</td>
</tr>
</form></table>
<script language="JavaScript" src="Keyboard.js"></script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -