www.gusucode.com > 盐城分类信息网asp源码程序 > admin/admin_login.asp

    <%
'***********************************
'本站由吉林信息网团队制作
'***********************************
'--------版权说明------------------
'吉林信息网官方网站:http://www.jl-e.com
'QQ:304133183  
'***********************************
%>
<%
option explicit
'强制浏览器重新访问服务器下载页面,而不是从缓存读取页面
Response.Buffer = True 
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 1 
Response.Expires = 0 
Response.CacheControl = "no-cache" 
'主要是使随机出现的图片数字随机
%>
<HTML>
<HEAD>
<TITLE>管理员登录</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META http-equiv=Expires content=0>
<META http-equiv=Cache-Control content=no-cache>
<META http-equiv=Pragma content=no-cache>
<LINK href="images/normal.css" type=text/css rel=stylesheet>

<script language=javascript>
<!--
function SetFocus()
{
if (document.Login.UserName.value=="")
	document.Login.UserName.focus();
else
	document.Login.UserName.select();
}
function CheckForm()
{
	if(document.Login.UserName.value=="")
	{
		alert("请输入用户名!");
		document.Login.UserName.focus();
		return false;
	}
	if(document.Login.Password.value == "")
	{
		alert("请输入密码!");
		document.Login.Password.focus();
		return false;
	}
}



//-->
</script>
<META content="MSHTML 6.00.2900.3132" name=GENERATOR></HEAD>
<BODY bgColor=#006599 leftMargin=0 topMargin=0 marginheight="0" 
marginwidth="0">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
  <TR>
    <TD background=images/indexbg.gif 
      height=600><BR><BR><BR><BR><BR><BR><BR>
      <TABLE class=tableborder cellSpacing=0 cellPadding=0 width=427 
      align=center border=0>
        <TBODY>
        <TR>
          <TD background=images/index_hz01.gif colSpan=3 height=64>&nbsp; 
          </TD></TR>
        <TR>
          <TD style="FONT-SIZE: 1px; LINE-HEIGHT: 1px" width=3 
          background=images/index_hz02.gif></TD>
          <TD style="BORDER-TOP: #666666 1px double" vAlign=top 
          background=images/index_hz03.gif height=162><BR><BR>
            <TABLE cellSpacing=0 cellPadding=0 width=320 align=right border=0>
              <form name="Login" action="Admin_ChkLogin.asp" method="post" target="_parent" onSubmit="return CheckForm();">
              <TBODY>
              <TR>
                <TD width=82 height=30>
                  <DIV style="FONT-SIZE: 12px" align=center>用户名:</DIV></TD>
                <TD colSpan=2><input name="UserName"  type="text"  id="UserName4" maxlength="20" style="width:160px;border-style:solid;border-width:1;padding-left:4;padding-right:4;padding-top:1;padding-bottom:1" onmouseover="this.style.background='#E1F4EE';" onmouseout="this.style.background='#FFFFFF'" onFocus="this.select(); "></TD></TR>
              <TR>
                <TD height=30>
                  <DIV style="FONT-SIZE: 12px" 
                align=center>密&nbsp;&nbsp;码:</DIV></TD>
                <TD><input name="Password"  type="password" maxlength="20" style="width:160px;border-style:solid;border-width:1;padding-left:4;padding-right:4;padding-top:1;padding-bottom:1" onmouseover="this.style.background='#E1F4EE';" onmouseout="this.style.background='#FFFFFF'" onFocus="this.select(); "></TD>
                <TD width=70>
                  <DIV align=center></DIV></TD></TR>
                  
                   <TR>
                <TD height=30>
                  <DIV style="FONT-SIZE: 12px" 
                align=center>验证码:</DIV></TD>
  <TD><input name="verifycode" type="text" size="14" style="width:65px;border-style:solid;border-width:1;padding-left:4;padding-right:4;padding-top:1;padding-bottom:1" onmouseover="this.style.background='#E1F4EE';">&nbsp;&nbsp;<img src="../Code.asp"alt= "验证码,看不清楚?请点击刷新验证码" style="cursor : pointer;" onClick="this.src='../Code.asp'" onKeyPress="if ((event.keyCode<48 &&event.keyCode!=13) || event.keyCode>57) event.returnValue=false"></TD>
                <TD width=70>
                  <DIV align=center></DIV></TD></TR>


              <TR>
                <TD height=40>&nbsp;</TD>
                <TD><INPUT type=image height=33 width=83 
                  src="images/index_hz04.gif" border=0 name=imageField></TD>
<TD><input name="reset" type="reset"  id="reset" value=" 清&nbsp;除 " style="font-size: 12px; height: 19; width: 60; color: #000000; background-color: #E1F4EE; border: 1 solid #E1F4EE" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#E1F4EE'"></TD>
                <TD width=70>&nbsp; </TD>
</TR></FORM></TBODY></TABLE></TD>
          <TD style="FONT-SIZE: 1px; LINE-HEIGHT: 1px" width=3 
          background=images/index_hz02.gif></TD></TR>
        <TR>
          <TD background=images/index_hz05.gif colSpan=3 
        height=127></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
</BODY></HTML>

<%
'***********************************
'本站由吉林信息网团队制作
'***********************************
'--------版权说明------------------
'吉林信息网官方网站:http://www.jl-e.com
'QQ:304133183  
'***********************************
%>