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

📄 profile.asp

📁 时代购物系统 4.0功能升级说明 <1>完善了3.0的VIP
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="func.asp"-->
<!--#include file="config.asp"-->
<title><%=webname%>--我的账户</title>
<!--#include file="include/header.asp"--> 
<table border="0" cellspacing="0" cellpadding="0" align="center" width="760" bgcolor="#FFFFFF">
  <tr> 
    <td WIDTH="21%" BGCOLOR=<%=bgclr2%> VALIGN="TOP"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
        <TR> 
          <TD WIDTH="100%" BGCOLOR=#FFFFFF></TD>
        </TR>
        <TR> 
          <TD WIDTH="100%" BGCOLOR=<%=bgclr1%> HEIGHT="25"><B><FONT COLOR="#FFFFFF">◆我的账户</FONT></B></TD>
        </TR>
        <TR> 
          <TD HEIGHT="1" WIDTH="100%" BGCOLOR=#FFFFFF></TD>
        </TR>
      </TABLE>
      <TABLE WIDTH="100%" BORDER="0" CELLSPACING="1" CELLPADDING="1">
        <TR> 
          <TD BGCOLOR=<%=bgclr2%> HEIGHT="20" ONMOUSEOVER="this.bgColor='<%=bgclr4%>';" ONMOUSEOUT="this.bgColor='<%=bgclr2%>';"><IMG SRC="images/gb.gif" WIDTH="20" HEIGHT="16"> 
            <A HREF="profile.asp?action=profile">消息中心</A></TD>
        </TR>
        <TR> 
          <TD BGCOLOR=<%=bgclr2%> HEIGHT="20" ONMOUSEOVER="this.bgColor='<%=bgclr4%>';" ONMOUSEOUT="this.bgColor='<%=bgclr2%>';"><IMG SRC="images/favadd.gif" WIDTH="16" HEIGHT="16"><A HREF="profile.asp?action=customerinfo">&nbsp;个人资料 
            </A></TD>
        </TR>
        <TR> 
          <TD BGCOLOR=<%=bgclr2%> HEIGHT="20" ONMOUSEOVER="this.bgColor='<%=bgclr4%>';" ONMOUSEOUT="this.bgColor='<%=bgclr2%>';"><IMG SRC="images/SAVEAS.GIF" WIDTH="16" HEIGHT="16"><A HREF="profile.asp?action=changepass">&nbsp;修改密码</A></TD>
        </TR>
        <TR> 
          <TD BGCOLOR=<%=bgclr2%> HEIGHT="20" ONMOUSEOVER="this.bgColor='<%=bgclr4%>';" ONMOUSEOUT="this.bgColor='<%=bgclr2%>';"><IMG SRC="images/VOTE.GIF" WIDTH="16" HEIGHT="16"><A HREF="profile.asp?action=repass">&nbsp;取回密码</A></TD>
        </TR>
        <TR> 
          <TD BGCOLOR=<%=bgclr2%> HEIGHT="20" ONMOUSEOVER="this.bgColor='<%=bgclr4%>';" ONMOUSEOUT="this.bgColor='<%=bgclr2%>';"><IMG SRC="images/TOP2.GIF" WIDTH="16" HEIGHT="16"><A HREF="profile.asp?action=goods">&nbsp;我的订单 
            </A></TD>
        </TR>
        <TR> 
          <TD BGCOLOR=<%=bgclr2%> HEIGHT="20" ONMOUSEOVER="this.bgColor='<%=bgclr4%>';" ONMOUSEOUT="this.bgColor='<%=bgclr2%>';"><IMG SRC="images/OF.GIF" WIDTH="16" HEIGHT="16"><A HREF="profile.asp?action=addtocart">&nbsp;我的购物车 
            </A></TD>
        </TR>
        <TR> 
          <TD BGCOLOR=<%=bgclr2%> HEIGHT="20" ONMOUSEOVER="this.bgColor='<%=bgclr4%>';" ONMOUSEOUT="this.bgColor='<%=bgclr2%>';"><IMG SRC="images/favadd1.gif" WIDTH="16" HEIGHT="16"><A HREF="profile.asp?action=receiveaddr">&nbsp;收货人信息</A></TD>
        </TR>
        <TR> 
          <TD BGCOLOR=<%=bgclr2%> HEIGHT="20" ONMOUSEOVER="this.bgColor='<%=bgclr4%>';" ONMOUSEOUT="this.bgColor='<%=bgclr2%>';"><IMG SRC="images/fabiao.gif" WIDTH="16" HEIGHT="16"><A HREF="profile.asp?action=deposit">&nbsp;积分预存款</A></TD>
        </TR>
        <TR> 
          <TD BGCOLOR=<%=bgclr2%> HEIGHT="20" ONMOUSEOVER="this.bgColor='<%=bgclr4%>';" ONMOUSEOUT="this.bgColor='<%=bgclr2%>';"><IMG SRC="images/LASTPOST.GIF" WIDTH="16" HEIGHT="16"><A HREF="profile.asp?action=statinfo">&nbsp;统计信息</A></TD>
        </TR>
      </TABLE></td>
    <td WIDTH="1" BGCOLOR=#FFFFFF><IMG SRC="#" WIDTH="1" HEIGHT="1"></td>
    <td WIDTH="79%" VALIGN="TOP"><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" STYLE="border-collapse: collapse" ID="AutoNumber3" HEIGHT="0" WIDTH="100%">
        <TR> 
          <TD> 
            <%dim action
action=request.QueryString("action")
select case action
case "login"
response.write "<center><B><FONT COLOR=996633>用 户 登 录</font></center>"
loginnum()
case "addtocart"
response.write "<center><B><FONT COLOR=996633>我 的 收 藏 架</font></center>"
addtocart()
case "receiveaddr"
response.write "<center><B><FONT COLOR=996633>收 货 人 信 息</font></center>"
receiveaddr()
case "deposit"
response.write "<center><B><FONT COLOR=996633>积 分 查 询</font></center>"
deposit()
case "profile"
response.write "<center><B><FONT COLOR=996633>消 息 中 心</font></center>"
profile()
case "customerinfo"
response.write "<center><B><FONT COLOR=996633>个 人 资 料</font></center>"
customerinfo()
case "changepass"
response.Write "<center><B><FONT COLOR=996633>修 改 密 码</font></center>"
changepass()
case "repass"
response.write "<center><B><FONT COLOR=996633>取 回 密 码</font></center>"
repass()
case "statinfo"
response.write "<center><B><FONT COLOR=996633>统 计 信 息</font></center>"
statinfo()
case "statinfo"
case "goods"
goods()
end select
%>
          </TD>
        </TR>
      </TABLE> </td>
  </tr>
</table>
<!--#include file="disuser.asp"-->
<!--#include file="include/footer.asp"--> 

⌨️ 快捷键说明

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