📄 myuser.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="md5.asp"-->
<!--#include file="webconfig.asp"-->
<html>
<head>
<title><%=webname%>--我的账户</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="webtop.asp"-->
<!--#include file="logins.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="#D0E2FD">
<tr>
<td width="132" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td><div align="center"><a href="myuser.asp?action=userziliao">个人资料</a></div></td>
</tr>
<tr>
<td><div align="center"><a href="myuser.asp?action=savepass">修改密码</a></div></td>
</tr>
<tr>
<td><div align="center"><a href="myuser.asp?action=repass">取回密码</a></div></td>
</tr>
<tr>
<td><div align="center"><a href="myuser.asp?action=dingdan">我的订单</a></div></td>
</tr>
<tr>
<td><div align="center"><a href="myuser.asp?action=shoucang">收藏架</a></div></td>
</tr>
<tr>
<td><div align="center"><a href="myuser.asp?action=shouhuoxx">收货人信息</a></div></td>
</tr>
<tr>
<td><div align="center"><a href="myuser.asp?action=statinfo">统计信息</a></div></td>
</tr>
</table></td>
<td width="641" valign="top" bgcolor="#FFFFFF">
<%dim action
action=request.QueryString("action")
select case action
case "login"
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"
dingdan()
end select
%> </td>
</tr>
</table>
<!--#include file="service.asp"-->
<!--#include file="copyright.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -