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

📄 profile.asp

📁 购物程序电子商务
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="func.asp"-->
<!--#include file="config.asp"-->
<title><%=webname%>--我的账户</title>
<!--#include file="include/header.asp"--> 
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr> 
    <td WIDTH="159" height="217" VALIGN="TOP" BGCOLOR=<%=bgclr2%>> 
      <TABLE WIDTH="155" 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="#000000"><img src="images/skin/default/index7.gif" width="14" height="10">我的账户</FONT></B></TD>
        </TR>
        <TR> 
          <TD HEIGHT="1" WIDTH="100%" BGCOLOR=#FFFFFF></TD>
        </TR>
      </TABLE>
      <TABLE WIDTH="156" height="225" BORDER="0" CELLPADDING="1" CELLSPACING="1">
        <TR> 
          <TD width="152" HEIGHT="20" BGCOLOR=<%=bgclr2%> ONMOUSEOVER="this.bgColor='<%=bgclr4%>';" ONMOUSEOUT="this.bgColor='<%=bgclr2%>';"><img src="images/skin/default/arrow_list.gif" width="9" height="9"> 
            <A HREF="profile.asp?action=profile"></A><A HREF="profile.asp?action=customerinfo">&nbsp;</A><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/skin/default/arrow_list.gif" width="9" height="9"> 
            <A HREF="profile.asp?action=profile"></A><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/skin/default/arrow_list.gif" width="9" height="9"> 
            <A HREF="profile.asp?action=profile"></A><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/skin/default/arrow_list.gif" width="9" height="9"> 
            <A HREF="profile.asp?action=profile"></A><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/skin/default/arrow_list.gif" width="9" height="9"> 
            <A HREF="profile.asp?action=profile"></A><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/skin/default/arrow_list.gif" width="9" height="9"> 
            <A HREF="profile.asp?action=profile"></A><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/skin/default/arrow_list.gif" width="9" height="9"> 
            <A HREF="profile.asp?action=profile"></A><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/skin/default/arrow_list.gif" width="9" height="9"> 
            <A HREF="profile.asp?action=profile"></A><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/skin/default/arrow_list.gif" width="9" height="9"> 
            <A HREF="profile.asp?action=profile"></A><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="619" 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 + -