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

📄 myuser.asp

📁 BJXSHOP购物管理系统是一个功能完善、展示信息丰富的电子商店销售平台;针对企业与个人的网上销售系统;开放式远程商店管理;完善的订单管理、销售统计、结算系统;强力搜索引擎支持;提供网上多种在线支付方
💻 ASP
字号:
<!--#include file="connection.asp"-->
<!--#include file="admin/md5.asp"-->
<!--#include file="webconfig.asp"-->
<html>
<head>
<title><%=webname%>--我的账户</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/default.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"-->
<!--#include file="subuser.asp"-->
<table width="10" height="7" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td height=7></td>
  </tr>
</table>
<table width="776" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FF8E19">
  <tr> 
    <td width="132" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="2">
        <tr> 
          <td align="left" valign="top"><div align="center"><a href="myuser.asp?action=userziliao"><img src="images/myinfo.gif" width="132" height="15" border="0"></a></div></td>
        </tr>
        <tr> 
          <td align="left" valign="top"><div align="center"><a href="myuser.asp?action=savepass"><img src="images/modify_pass.gif" width="132" height="15" border="0"></a></div></td>
        </tr>
        <tr> 
          <td align="left" valign="top"><div align="center"><a href="myuser.asp?action=repass"><img src="images/retake_pass.gif" width="132" height="15" border="0"></a></div></td>
        </tr>
        <tr> 
          <td align="left" valign="top"><div align="center"><a href="myuser.asp?action=dingdan&zhuangtai=0"><img src="images/my_order.gif" width="132" height="15" border="0"></a></div></td>
        </tr>
        <tr> 
          <td align="left" valign="top"><div align="center"><a href="myuser.asp?action=shoucang"><img src="images/my_wish.gif" width="132" height="15" border="0"></a></div></td>
        </tr>
        <tr> 
          <td align="left" valign="top"><div align="center"><a href="myuser.asp?action=shouhuoxx"><img src="images/consignee.gif" width="132" height="15" border="0"></a></div></td>
        </tr>
        <tr> 
          <td align="left" valign="top"><div align="center"><a href="myuser.asp?action=zhancunkuan"><img src="images/yukuan.gif" width="132" height="15" border="0"></a></div></td>
        </tr>
        <tr> 
          <td align="left" valign="top"><div align="center"><a href="myuser.asp?action=gouwujuan"><img src="images/my_ticket.gif" width="132" height="15" border="0"></a></div></td>
        </tr>
        <tr> 
          <td align="left" valign="top"><div align="center"><a href="myuser.asp?action=statinfo"><img src="images/stat_info.gif" width="132" height="15" border="0"></a></div></td>
        </tr>
      </table></td>
    <td width="641" valign="top" bgcolor="#FFFFFF">
	
      <%dim action
action=request.QueryString("action")
select case action
case "login"
response.write "<center><font color=#FF6600>用 户 登 陆</font></center>"
logins()
case "shoucang"
response.write "<center><font color=#FF6600>我 的 收 藏 架</font></center>"
shoucang()
case "shouhuoxx"
response.write "<center><font color=#FF6600>收 货 人 信 息</font></center>"
shouhuoxx()
case "zhancunkuan"
response.write "<center><font color=#FF6600>暂 存 款 查 询</font></center>"
zhancunkuan()
case "gouwujuan"
response.write "<center><font color=#FF6600>我 的 购 物 券</font></center>"
gouwujuan()
case "userziliao"
response.write "<center><font color=#FF6600>个 人 资 料</font></center>"
userziliao()
case "savepass"
response.Write "<center><font color=#FF6600>修 改 密 码</font></center>"
savepass()
case "repass"
response.write "<center><font color=#FF6600>取 回 密 码</font></center>"
repass()
case "statinfo"
response.write "<center><font color=#FF6600>统 计 信 息</font></center>"
statinfo()
case "dingdan"%>
<!--#include file="ViewUserDingdan.asp"-->
<%end select
%>&nbsp;</td>
  </tr>
</table>


<!--#include file="service.asp"-->
<!--#include file="copyright.asp"-->
<%conn.close
set conn=nothing%>
</body>
</html>
</body>
</html>

⌨️ 快捷键说明

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