📄 profile.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="func.asp"-->
<!--#include file="config.asp"-->
<title><%=webname%>--我的账户</title>
<link href="images/css-1.css" rel="stylesheet" type="text/css">
<!--#include file="include/header.asp"--><body bgcolor="#FFFFFF">
<TABLE width=778 border=0 align=center cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD height=5></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center border=0>
<TBODY>
<TR>
<TD class=bg3 vAlign=top width=595><TABLE cellSpacing=0 cellPadding=0 width="595" border=0>
<TBODY>
<TR background="images/skin/default/service.gif">
<TD height=25 colspan="2" class=bg2>
<table width="115" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="29" background="images/skin/default/logoo.gif"><div align="center"><FONT COLOR="#FFFFFF"><FONT COLOR="#000000">
<strong><font color="<%=bgclr1%>">
我的账户</font></strong></FONT></FONT></div></td>
</tr>
</table>
</TD>
</TR>
<TR valign="top">
<TD width="1" background="images/login_02.gif"> </TD>
<TD><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" STYLE="border-collapse: collapse" ID="AutoNumber3" HEIGHT="0" WIDTH="90%">
<TR>
<TD valign="top">
<%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>
<TR>
<TD bgColor=#97e450 colSpan=2 height=1></TD>
</TR>
<TR>
<TD colSpan=2></TD>
</TR>
</TABLE></TD>
<TD width=183 vAlign=top background=images/product_02.gif> <TABLE cellSpacing=0 cellPadding=0 width=183 border=0>
<TBODY>
<TR>
<TD height="25" background="images/skin/default/product_03.gif"><B><FONT COLOR="#000000">
</FONT></B></TD>
</TR>
<TR>
<TD height=20><TABLE WIDTH="156" height="225" BORDER="0" CELLPADDING="1" CELLSPACING="1">
<TR>
<TD width="152" HEIGHT="20" ><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"> </A><A HREF="profile.asp?action=profile">消息中心</A></TD>
</TR>
<TR>
<TD HEIGHT="20" ><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"> 个人资料
</A></TD>
</TR>
<TR>
<TD HEIGHT="20" ><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"> 修改密码</A></TD>
</TR>
<TR>
<TD HEIGHT="20" ><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"> 取回密码</A></TD>
</TR>
<TR>
<TD HEIGHT="20" ><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"> 我的订单
</A></TD>
</TR>
<TR>
<TD HEIGHT="20" ><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"> 我的购物车
</A></TD>
</TR>
<TR>
<TD HEIGHT="20" ><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"> 收货人信息</A></TD>
</TR>
<TR>
<TD HEIGHT="20" ><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"> 积分预存款</A></TD>
</TR>
<TR>
<TD HEIGHT="20" ><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"> 统计信息</A></TD>
</TR>
</TABLE> </TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR bgColor=<%=bgclr1%>>
<TD height=5 colSpan=2></TD>
</TR>
</TBODY>
</TABLE>
<!--#include file="disuser.asp"-->
<!--#include file="include/footer.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -