⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.asp

📁 一套很早的多用户电子商务程序
💻 ASP
字号:
<HTML><HEAD><TITLE>网站后台管理系统</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
</HEAD>
<BODY text=#000000 link=#cccccc bgColor=#eeeeee leftMargin=0 topMargin=0>
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
  <TBODY>
  <TR>
    <TD height=35>&nbsp;</TD></TR>
  <TR>
    <TD>
      <TABLE cellSpacing=0 cellPadding=0 width="100%" 
      background=../IMAGES/bg.gif border=0>
        <TBODY>
        <TR bgColor=#000000>
          <TD colSpan=2 height=1></TD></TR>
        <TR>
          <TD width=586><IMG height=388 src="../IMAGES/page_left.gif" 
            width=484></TD>
          <TD vAlign=bottom width=417>
            <TABLE style="FONT-SIZE: 12pt" cellSpacing=0 cellPadding=0 
            width="100%" border=0>
              <TBODY>
              <TR>
                <TD style="FONT-SIZE: 9pt; MARGIN-LEFT: 14px" width="100%" 
                height=15>
                  <P></P></TD></TR>
              <TR>
                <TD style="FONT-SIZE: 9pt; COLOR: #006600" width="100%"><FONT 
                  color=#fdfff2>请输入下列完整的信息&gt;&gt;</FONT></TD></TR>
              <TR>
                <TD style="FONT-SIZE: 9pt; COLOR: #006600" width="100%" 
                height=20></TD></TR>
              <TR>
                <TD style="FONT-SIZE: 9pt; COLOR: #006600" vAlign=top 
                width="100%">
                  <form name="admininfo" method="post" action="chkadmin.asp"  onsubmit="return check()">
                  <TABLE style="FONT-SIZE: 12px" cellSpacing=0 cellPadding=0 
                  width=250 border=0>
                    <TBODY>
                    <TR>
                      <TD width=78><FONT color=#ffffff>管理员:</FONT></TD>
                      <TD width=168><INPUT 
                        style="BORDER-RIGHT: 1px groove; BORDER-TOP: 1px groove; FONT-SIZE: 12px; BORDER-LEFT: 1px groove; BORDER-BOTTOM: 1px groove; BACKGROUND-COLOR: #e5fefe" 
                        name=admin> </TD></TR>
                    <TR>
                      <TD style="FONT-SIZE: 0px" width=78 height=4></TD>
                      <TD style="FONT-SIZE: 0px" width=168 height=4></TD></TR>
                    <TR>
                      <TD width=78></TD>
                                <TD width=168><U></U></TD>
                              </TR>
                    <TR>
                      <TD width=78 height=15></TD>
                      <TD width=168 height=15></TD></TR>
                    <TR>
                      <TD width=78><FONT color=#ffffff>密  码:</FONT></TD>
                      <TD width=168><INPUT 
                        style="BORDER-RIGHT: 1px groove; BORDER-TOP: 1px groove; FONT-SIZE: 12px; BORDER-LEFT: 1px groove; BORDER-BOTTOM: 1px groove; BACKGROUND-COLOR: #e5fefe" 
                        type=password name=password> </TD></TR>
                    <TR>
                      <TD style="FONT-SIZE: 0px" width=78 height=4></TD>
                      <TD style="FONT-SIZE: 0px" width=168 height=4></TD></TR>
                    <TR>
                      <TD width=78></TD>
                                <TD width=168><U></U></TD>
                              </TR>
                    <TR>
                      <TD width=78></TD>
                      <TD width=168 height=35><INPUT type=submit value="登 录" name=Submit> <INPUT type=reset value="清 除" name=Submit2> 
                    </TD></TR></TBODY></TABLE></FORM></TD></TR>
              <TR>
                <TD width="100%"></TD></TR></TBODY></TABLE>
                <TABLE style="FONT-SIZE: 12px" cellSpacing=0 cellPadding=0 
            width="100%" border=0>
                  <TBODY>
                    <TR> 
                      <TD colSpan=3 height=40></TD>
                    </TR>
                    <TR> 
                      <TD vAlign=top align=right width="12%" height=28><IMG 
                  height=27 src="../IMAGES/w.gif" width=32 border=0>&nbsp; </TD>
                      <TD width="59%" height=40><FONT 
                  color=#ffffff>该区域是网站后台管理系统,没有权限的其他用户请不要尝试进入!</FONT></TD>
                      <TD width="29%">&nbsp;</TD>
                    </TR>
                    <TR> 
                      <TD colSpan=3></TD>
                    </TR>
                  </TBODY>
                </TABLE>
                <TABLE style="FONT-SIZE: 12px" cellSpacing=0 cellPadding=0 
            width="100%" border=0>
                  <TBODY>
                    <TR> 
                      <TD width="100%" colSpan=2 height=40></TD>
                    </TR>
                    <TR> 
                      <TD vAlign=top align=right width="39%" height=28>&nbsp; 
                      </TD>
                      <TD width="61%" height=40>&nbsp;</TD>
                    </TR>
                    <TR> 
                      <TD width="100%" colSpan=2></TD>
                    </TR>
                  </TBODY>
                </TABLE></TD></TR>
        <TR bgColor=#000000>
          <TD colSpan=2 
height=1></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></BODY></HTML>


<script LANGUAGE="javascript">
<!--
function checkspace(checkstr) {
  var str = '';
  for(i = 0; i < checkstr.length; i++) {
    str = str + ' ';
  }
  return (str == checkstr);
}
function check()
{
  if(checkspace(document.admininfo.admin.value)) {
	document.admininfo.admin.focus();
    alert("管理员不能为空!");
	return false;
  }
  if(checkspace(document.admininfo.password.value)) {
	document.admininfo.password.focus();
    alert("密码不能为空!");
	return false;
  }
	document.admininfo.submit();
  }
//-->
</script> 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -