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

📄 login.asp

📁 网上购物系统:一个经过完善设计的经典网上购物系统
💻 ASP
字号:
<!--
┌─ shopxp.cn──────────────┐
│  免费版难免存在不足,建议你使用正式版  │
│  正式版用户提供免费升级24小时内排除故障│
│  请到www.shopxp.cn进行前台和后台的测试 │
│  热线:010-69209701-801 QQ:83107971   │
└────────────────────┘
-->
<!--#include file="conn/conn.asp"-->
<!--#include file="conn/webconfig.asp"-->
<html>
<head>
<title><%=webname%>--用户登录</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="img/css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onMouseOver="window.status='【<%=webname%>】<%=weburl%> 如果您喜欢本站,别忘了把本站介绍给您的好友哦!:)';return true">
<!--#include file="webtop.asp"-->
<table width="99%" align="center" border="0" cellspacing="0" cellpadding="0" class="table-zuoyou" bordercolor="#CCCCCC">
<TR>
      <TD background=img/xiao/login_bg.gif>
    <DIV align=center><img 
                        src="img/xiao/login_title01.gif"></DIV></TD>
  </TR>
<tr> 
<td height="260" bordercolor="#FFFFFF" bgcolor="#FFFFFF"><%if request.Cookies("shopxp")("username")="" then%>
<TABLE cellSpacing=0 cellPadding=0 width=559 
                        align=center border=0>
  <TBODY>
      <TR>
      <TD width=559><img height=25 
                              src="img/xiao/login_table01.gif" 
                            width=586></TD>
    </TR>
    <TR>
      <TD>
        <TABLE cellSpacing=0 cellPadding=0 width=586 
                              border=0>
          <TBODY>
            <TR>
              <TD width=30><img height=249 
                                src="img/xiao/login_table03.gif" 
                                width=30></TD>
              <TD width=537 bgColor=#ebebec>
                <TABLE height=239 cellSpacing=0 cellPadding=0 
                                width=516 align=center bgColor=#ffffff border=0>
                  <TBODY>
                    <TR>
                      <TD><table width="350" border="0" align="center" cellpadding="5" cellspacing="0">
                        <form name="fkinfo" method="post" action="user/checkuserlogin.asp">
                          <tr>
                            <td height="40" colspan="2" align="center">请先登陆或先注册成为本商城会员</td>
                          </tr>
                          <tr>
                            <td width="40%" align="right">用户名:</td>
                            <td width="60%">
                              <input name="username" class="wenbenkuang" type="text" id="username2" maxLength="18" size="18"></td>
                          </tr>
                          <tr>
                            <td width="40%" align="right">密 码:</td>
                            <td width="60%">
                              <input name="userpassword" class="wenbenkuang" type="password" id="userpassword2" maxLength="18" size="18">
                              <input class="wenbenkuang" type="hidden" name="linkaddress" value="<%=request.servervariables("http_referer")%>">
                            </td>
                          </tr>
                          <tr>
                            <td width="40%" align="right">验证码:</td>
                            <td width="60%">
                              <input class=wenbenkuang name=verifycode type=text value="<%If GetCode=9999 Then Response.Write "9999"%>" maxLength=4 size=10>
                              <img src=GetCode.asp> </td>
                          </tr>
                          <tr align="center">
                            <td height="40" colspan="2">
                              <input class=go-wenbenkuang name="imageField" value="登 陆" type=submit onFocus="this.blur()">
                      &nbsp;
                              <input class=go-wenbenkuang onclick="window.location='reg.asp'" type=reset value="注 册" name=Submit2>
                      &nbsp;
                              <input class=go-wenbenkuang onclick="window.location='user/user/getpwd.asp'" type=button value="忘 密" name=Submit3>
                            </td>
                          </tr>
                        </form>
                      </table> </TD>
                    </TR>
                  </TBODY>
              </TABLE></TD>
              <TD width=19><img height=249 
                                src="img/xiao/login_table03.gif" 
                                width=30></TD>
            </TR>
          </TBODY>
      </TABLE></TD>
    </TR>
    <TR>
      <TD><img height=26 
                              src="img/xiao/login_table02.gif" 
                            width=586></TD>
    </TR>
  </TBODY>
</TABLE>
<%else%>
<%response.redirect("index.asp")%>
<%end if%></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><div align="center">
      <table width="55" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><img 
                        src="img/xiao/login_img01.gif"></td>
        </tr>
      </table>
    </div></td>
  </tr>
</table>
<!--#include file="copyright.asp"-->
</body>
</html>

⌨️ 快捷键说明

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