?? login.asp
字號:
<%
option explicit
'強(qiáng)制瀏覽器重新訪問服務(wù)器下載頁面,而不是從緩存讀取頁面
Response.Buffer = True
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 1
Response.Expires = 0
Response.CacheControl = "no-cache"
'主要是使隨機(jī)出現(xiàn)的圖片數(shù)字隨機(jī)
%>
<HTML><HEAD><TITLE>管理員登錄</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK href="css/main.css" type=text/css rel=stylesheet>
<SCRIPT language=JavaScript>
<!--
function check(form)
{
if (form.login_name.value=="")
{
alert('用戶名不能為空!');
document.MM_returnValue=false;
}
else if(form.login_pass.value=="")
{
alert('密碼不能為空!');
document.MM_returnValue=false;
}
else if(form.codeid.value=="")
{
alert('驗(yàn)證碼不能為空!');
document.MM_returnValue=false;
}
else {
document.MM_returnValue=true;
}
}
//-->
</SCRIPT>
</HEAD>
<BODY>
<DIV align=center>
<CENTER></CENTER></DIV>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=center align=middle>
<TABLE cellSpacing=1 cellPadding=0 width=694 bgColor=#006699 border=0>
<TBODY>
<TR>
<TD><IMG alt="" src="image/login_1.jpg"></TD></TR>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width=694 border=0>
<TBODY>
<TR>
<TD width=376><IMG alt="" src="image/login_2.jpg"></TD>
<TD align=middle background=image/login_3.jpg>
<FORM name=manage action=login_chk.asp method=post>
<TABLE borderColor=#0 cellSpacing=0 cellPadding=0 width="90%"
border=0>
<TBODY>
<TR>
<TD class=12px align=middle colSpan=2
height=23><STRONG>管理員登錄</STRONG></TD></TR>
<TR>
<TD align=right width="31%" height=30>用戶名:</TD>
<TD width="69%"><INPUT size=15 name=login_name> </TD></TR>
<TR>
<TD align=right height=30>密 碼:</TD>
<TD width="69%"><INPUT type=password size=15
name=login_pass> </TD></TR>
<TR>
<TD align=right height=30>驗(yàn)證碼:</TD>
<TD width="69%"><INPUT size=15 name=codeid> <font size="3">
<img src="../my_lib/checkcode.asp"></font></TD></TR>
<TR align=middle>
<TD colSpan=2 height=30><INPUT onclick="check(this.form);return document.MM_returnValue" type=submit value=提交 name=B1> <INPUT type=reset value=重置 name=B2></TD></TR></TBODY></TABLE></FORM>
<TABLE height=38 cellSpacing=0 cellPadding=0 width="90%"
border=0>
<TBODY>
<TR>
<TD>CopyRight©索特技術(shù) 2004 <A href="http://www.ssort.com/"
target=_blank>http://www.ssort.com/</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<SCRIPT>
document.manage.login_name.focus();
</SCRIPT>
</BODY></HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -