📄 user.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="config.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="include/head.asp"-->
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="39" valign="top"><table width="100%" height="184" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" align="right" valign="top"><img src="images/body/jiao.gif" width="15" height="17"></td>
</tr>
<tr>
<td height="90"><div align="right"></div></td>
</tr>
<tr>
<td height="30"> </td>
</tr>
</table></td>
<td width="190" valign="top"style="BORDER-bottom:#FF67A0 1px solid;BORDER-left:#FF67A0 1px solid; BORDER-right:#FF67A0 1px solid;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="190" height="190" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle" background="images/index_2.gif"><!--#include file="userinfo.asp"--></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="images/index_4.gif" width="190" height="12" alt="" /></td>
</tr>
<tr>
<td><!--#include file="shopcart.asp"--></td>
</tr>
<tr>
<td align="center"><a href="<%=ad6url%>" target="_blank"><img src="<%=ad6%>" border="0" width="180" ></a></td>
</tr>
<tr>
<td height="5"></td>
</tr>
<tr>
<td align="center"><a href="<%=ad7url%>" target="_blank"><img src="<%=ad7%>" border="0" width="180" ></a></td>
</tr>
<tr>
<td height="5"></td>
</tr>
</table>
</td>
<td width="700" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<%xAction=lcase(request("action"))
select case xAction
case ""
%>
<TR>
<td background="images/body/pdbg01.gif" height=28> <a href=index.asp><%=webname%></a> >> <%=request.cookies("Cnhww")("username")%> >> 我的信息</td>
</tr>
<%
case "myinfo"
%>
<TR>
<td background="images/body/pdbg01.gif" height=28> <a href=index.asp><%=webname%></a> >> <%=request.cookies("Cnhww")("username")%> >> 我的信息</td>
</tr>
<%
case "userziliao"
%>
<TR>
<td background="images/body/pdbg01.gif" height=28> <a href=index.asp><%=webname%></a> >> <%=request.cookies("Cnhww")("username")%> >> 个人资料</td>
</tr>
<%
case "savepass"
%>
<TR>
<td background="images/body/pdbg01.gif" height=28> <a href=index.asp><%=webname%></a> >> <%=request.cookies("Cnhww")("username")%> >> 修改密码</td>
</tr>
<%
case "dindan"
%>
<TR>
<td background="images/body/pdbg01.gif" height=28> <a href=index.asp><%=webname%></a> >> <%=request.cookies("Cnhww")("username")%> >> 我的订单</td>
</tr>
<%
case "shoucang"
%>
<TR>
<td background="images/body/pdbg01.gif" height=28> <a href=index.asp><%=webname%></a> >> <%=request.cookies("Cnhww")("username")%> >> 我的收藏</td>
</tr>
<%
case "jifen"
%>
<TR>
<td background="images/body/pdbg01.gif" height=28> <a href=index.asp><%=webname%></a> >> <%=request.cookies("Cnhww")("username")%> >> 我的积分</td>
</tr>
<%
case else
%>
<tr>
<td background="images/body/pdbg01.gif" height=28> <a href=index.asp><%=webname%></a> >> <%=request.cookies("Cnhww")("username")%> >> 专区首页</td>
</tr>
<%end select%>
</table><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
</table>
<!--#include file="user_inc.asp"-->
<%xAction=lcase(request("action"))
select case xAction
case ""
call myinfo()
case "myinfo"
call myinfo()
case "userziliao"
call userziliao()
case "savepass"
call savepass()
case "dindan"
call dindan()
case "shoucang"
call shoucang()
case "jifen"
call jifen()
case "viphd"
call viphd()
case "sqvip"
call sqvip()
case "famess"
call famess()
case "soumess"
call soumess()
case else
%>
<%end select%>
</td>
<td width="68" valign="top"style="BORDER-left:#FF67A0 1px solid;"><img name="b" src="" width="68" height="0" alt="">
</td>
</tr>
</table>
<!--#include file="include/foot.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -