📄 userlogin.htm
字号:
<html><head>
<title>会员登录</title>
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<style type="text/css">
<!--
Input
{
BACKGROUND-COLOR: #ffffff;
BORDER-BOTTOM: #666666 1px solid;
BORDER-LEFT: #666666 1px solid;
BORDER-RIGHT: #666666 1px solid;
BORDER-TOP: #666666 1px solid;
COLOR: #666666;
HEIGHT: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 130%;
}
a{text-decoration: none;} /* 链接无下划线,有为underline */
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{COLOR: #AE0927;} /* 鼠标在链接上 */
a:active {color: #0000ff;} /* 点击激活链接 */
-->
</style>
<!--增加使userlogin.asp不能脱离框架结构的判断 -->
<script language="javascript">
//if(self==top){self.location.href="index.asp";}
</script>
<!--完毕-->
</head><body leftmargin="0" topmargin="0">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<form action="http://www.lunwenjia.com/User/User_ChkLogin.asp" method="post" name="UserLogin" onsubmit="return CheckLoginForm();" target="_top"></form>
<tbody><tr>
<td align="right" height="25">用户名:</td><td height="25"><input name="UserName" id="UserName" size="16" maxlength="20" style="width: 110px;" type="text"></td>
</tr>
<tr>
<td align="right" height="25">密 码:</td><td height="25"><input name="UserPassword" id="Password" size="16" maxlength="20" style="width: 110px;" type="password"></td>
</tr>
<tr>
<td colspan="2" align="center" height="25">
<input name="CookieDate" value="3" type="checkbox">永久登录 <input name="ComeUrl" value="http://www.lunwenjia.com/zidonghuajs/385553.html" type="hidden">
<input name="Login" id="Login" value=" 登 录 " type="submit">
<br><br>
<a href="http://www.lunwenjia.com/Reg/User_Reg.asp" target="_blank">新用户注册</a> <a href="http://www.lunwenjia.com/User/User_GetPassword.asp" target="_blank">忘记密码?</a></td>
</tr></tbody></table>
<script language="javascript">
function refreshimg(){document.all.checkcode.src='inc/checkcode.asp';}
function CheckLoginForm(){
if(document.UserLogin.UserName.value==''){
alert('请输入用户名!');
document.UserLogin.UserName.focus();
return false;
}
if(document.UserLogin.Password.value == ''){
alert('请输入密码!');
document.UserLogin.Password.focus();
return false;
}
}
</script>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -