?? 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 + -