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

📄 memberlogin.asp

📁 直接附加数据库! 修改 Include/ Class_Main.asp 为自己信息 后台admin admin 绍兴人才网程序
💻 ASP
字号:
<!--#include file="../Include/Class_Main.asp" -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../Css/Style.css" type=text/css rel=stylesheet>
<title><%= Cls_WebName %> -- 会员登录</title>
</head>
<script language="JavaScript">
 function login_check(){
 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>
<body>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td>
      <!--#include file="../Include/Header.asp" -->
      <table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr> 
          <td><TABLE cellSpacing=0 cellPadding=0 width=750 border=0>
              <TBODY>
                <TR> 
                  <TD class=M>&nbsp;</TD>
                </TR>
                <TR> 
                  <TD height="30" class=M><IMG height=16 src="../Images/icon_attion_16.gif"  width=16 align=absMiddle> 
                    <FONT style="FONT-WEIGHT: bold; FONT-SIZE: 16px"  
      color=#ff0000>欢迎使用<%= Cls_WebName %>,请选择您所要进行的操作…… </FONT></TD>
                </TR>
              </TBODY>
            </TABLE></td>
        </tr>
        <tr> 
          <td><hr size="1" Color=#ff7300></td>
        </tr>
        <tr> 
          <td>&nbsp;</td>
        </tr>
        <tr> 
          <td><TABLE width=730 border=0 align="center" cellPadding=0 cellSpacing=0>
              <TBODY>
                <TR> 
                  <TD width=368 align=right valign="top"> 
                    <TABLE cellSpacing=0 cellPadding=0 width=352 border=0>
                      <TBODY>
                        <TR> 
                          <TD><IMG height=26 src="../Images/signin_01.gif" 
          width=352></TD>
                        </TR>
                        <TR> 
                          <TD height=161 align="center" background=../Images/signin_02.gif><table width="90%" border="0" cellspacing="0" cellpadding="0">
                              <tr> 
                                <td>请输入用户名和密码,按“开始登录”即可</td>
                              </tr>
                            </table>
                            <TABLE cellSpacing=0 cellPadding=4 width=90% border=0>
                              <Form action="Login.asp" method="post"  name="login" onSubmit="return login_check();">
                                <TR> 
                                  <TD width="80" height="30" align=right class=bor-white>用户名:</TD>
                                  <TD> <input name="username" type="text" class=input-reg id="username"   style="width:120px;" size="20" > 
                                  </TD>
                                </TR>
                                <TR> 
                                  <TD width="80" height="30" align=right class=bor-white>密 
                                    码:</TD>
                                  <TD> <input name="password" type="password" class=input-reg id="password"   style="width:120px; height:18px;" size="20" >
                                    忘记密码? </TD>
                                </TR>
                                <TR> 
                                  <TD width="80" height="30" align=right class=bor-white>类 
                                    型:</TD>
                                  <TD> <select name="usertype"  style="width:120px; height:18px;">
                                      <option value="person" selected>--个人会员--</option>
                                      <option value="company">--企业会员--</option>
                                      <option value="school">--院校会员--</option>
									  <option value="educate">--培训机构--</option>
                                    </select></TD>
                                </TR>
                                <TR> 
                                  <TD width="80" height="30" align=right class=bor-white>&nbsp;</TD>
                                  <TD> <input type="submit" name="Submit" value=" 开始登录 "></TD>
                                </TR>
                              </Form>
                            </TABLE></TD>
                        </TR>
                      </TBODY>
                    </TABLE>
                  </TD>
                  <TD width=22>&nbsp;</TD>
                  <TD width=340 valign="top"> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
                      <TBODY>
                        <TR> 
                          <TD height="30"><FONT style="FONT-WEIGHT: bold; FONT-SIZE: 14px" 
      color=#333333>还不是会员,请注册!</Font></TD>
                        </TR>
                        <TR> 
                          <TD>&nbsp;</TD>
                        </TR>
                        <TR> 
                          <TD><img src="../images/dot_02.jpg"> <strong><a href="../Person/Register.asp"><font color="#FF0000">个人会员免费注册</font></a></strong></TD>
                        </TR>
                        <TR> 
                          <TD><font color="#999999">注册成为<%= Cls_WebName %>个人会员,轻松求职,方便快捷...</font></TD>
                        </TR>
                        <TR> 
                          <TD><hr size="1"  color="#999999"></TD>
                        </TR>
                        <TR> 
                          <TD><img src="../images/dot_02.jpg"> <strong><a href="../Company/Register.asp"><font color="#333333">企业会员免费注册</font></a></strong></TD>
                        </TR>
                        <TR> 
                          <TD><font color="#999999">注册成为<%= Cls_WebName %>企业会员,满意所需英才...</font></TD>
                        </TR>
                        <TR> 
                          <TD><hr size="1"  color="#999999"></TD>
                        </TR>
                        <TR> 
                          <TD><img src="../images/dot_02.jpg"> <strong><a href="../School/Register.asp">开始注册院校会员</a></strong></TD> 
                        </TR>
                        <TR> 
                          <TD><font color="#999999">注册成为<%= Cls_WebName %>院校会员,轻松推荐毕业生...</font></TD>
                        </TR>
                        <TR> 
                          <TD><hr size="1"  color="#999999"></TD>
                        </TR>
                        <TR> 
                          <TD><img src="../images/dot_02.jpg"> <strong><a href="../Educate/Register.asp">培训机构用户注册</a></strong></TD> 
                        </TR>
                        <TR> 
                          <TD><font color="#999999">快速</font><font color="#999999">注册成为<%= Cls_WebName %>培训机构用户...</font></TD>
                        </TR>
                        <TR> 
                          <TD><hr size="1"  color="#999999"></TD>
                        </TR>
                      </TBODY>
                    </TABLE></TD>
                </TR>
              </TBODY>
            </TABLE></td>
        </tr>
        <tr> 
          <td>&nbsp;</td>
        </tr>
      </table>
      <!--#include file="../Include/Footer.asp" -->
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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