www.gusucode.com > 爱美尔女性商城源码 1.0源码程序 > MemberCenter.asp

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<%
if request.Cookies("bjx")("username")="" then
response.Redirect "login.asp"
response.End
end if
%>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=webname%>--会员中心</title>
<meta name="keywords" content="<%=keywords%>" />
<meta name="description" content="<%=description1%>" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.idtabs.js"></script>
<script type="text/javascript" src="js/swf.js"></script>
</head>
<body>
<!--#include file="top.asp" -->
<table width="995" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="20"><div align="center"></div></td>
  </tr>
</table>
<table width="995" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="189" valign="top"><!--#include file="hyleft.asp"-->
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td height="5"><div align="center"></div></td>
        </tr>
      </table>
    </td>
    <td width="10" valign="top"><div align="center"></div></td>
    <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td height="40">您当前的位置: <a title="" href="#" alt="">首页</a> &gt;&gt; 会员中心 </td>
        </tr>
      </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr style="background:url(images/blueth.gif) repeat-x;">
          <td height="26" style="padding-left:10px;"><strong><%=request.Cookies("bjx")("username")%> 您好</strong></td>
        </tr>
        
        <tr>
          <td height="30" style="padding-left:10px;border-bottom:1px solid #ccc;"><TABLE width="100%">
  <TBODY>
  <%
	set bjx=server.CreateObject("adodb.recordset")
	bjx.open "select * from bjx_User where username='"&request.Cookies("bjx")("username")&"' ",conn,1,1
	ky_jifen=bjx("jifen")
	%>
  <TR>
    <TD width="33%">帐户积分:<EM class=cd1><%=bjx("jifen")%>分</EM> </TD>
     <%
	set bjx1=server.CreateObject("adodb.recordset")
	bjx1.open "select sum(zonger) as sum_jine from BJX_action where username='"&request.Cookies("bjx")("username")&"' and zhuangtai<=5",conn,1,1
	%>
   <TD width="67%">总消费额:<EM class=cd1>¥<%=bjx1("sum_jine")%>元</EM> </TD> <%bjx1.close
	set bjx1=nothing%>
  </TR>
  <TR>
    <TD>登录次数:<EM class=cd1><%=bjx("logins")%>次</EM></TD>
     <%
	set bjx1=server.CreateObject("adodb.recordset")
	bjx1.open "select count(*) as rec_count from BJX_action where username='"&request.Cookies("bjx")("username")&"' and zhuangtai=6",conn,1,1
	%><TD>收藏的商品数:<EM class=cd1><%=bjx1("rec_count")%>个</EM></TD>
	<%bjx1.close
	set bjx1=nothing%>
  
   </TR>
   <%bjx.close
	set bjx=nothing%>
   </TBODY></TABLE>
   <br /><br />
   
   <TABLE width="100%" border=0 align=left cellPadding=2 cellSpacing=2 class=linkinfo>
  <TBODY>
  <TR>
    <TH width="15%">我的订单:</TH>
    <TD width="85%"><FONT color=#666666>查看我在网站上的所有订单,并可在线支付未支付的订单。</FONT></TD>
  </TR>
  <TR>
    <TH>我的收藏:</TH>
    <TD><FONT color=#666666>我在本站收藏的产品列表</FONT></TD>
  </TR>
  <TR>
    <TH>会员信息:</TH>
    <TD><FONT color=#666666>查看及修改我的信息,准确的个人信息可以确保您及时收到商品。</FONT></TD></TR>
  <TR>
    <TH>修改密码:</TH>
    <TD><FONT color=#666666>经常修改密码可以使密码的安全性大大提高。</FONT></TD></TR>
  <TR>
    <TH>退出登陆状态:</TH>
    <TD><FONT 
color=#666666>退出登录状态后,除非重新登录,其它人也不能查看您的信息了。</FONT></TD></TR></TBODY></TABLE>
   </td>
        </tr>
       
      </table>
	  
    </td>
  </tr>
</table>
<!--#include file="bottom.asp" -->
</body>
</html>