以下是引用yms123在2010-5-2 21:25:30的发言:
user.asp页面还能使用VIP功能?
我的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="eshop_img/css.css" type=text/css rel=stylesheet></head>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="head.asp" -->
<table width="980" height="20" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="10" class="menuer_linebg"></td>
</tr>
</table>
<table width="980" height="200" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="21"></td>
<td width="200" valign="top"><!--#include file="userinfo.asp"-->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="15"></td>
</tr>
</table>
<!--#include file="shopcart.asp"-->
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="8"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="15"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><!--#include file="include/selltop.asp" --></td>
</tr>
</table></td>
<td width="15"></td>
<td width="720" valign="top"><table width="720" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<%xAction=lcase(request("action"))
select case xAction
case ""
%>
<TR>
<td height=28 bgcolor="#f1f1f1"> <a href=index.asp><%=webname%></a> >> <%=request.cookies("Cnhww")("username")%> >> 我的信息</td>
</tr>
<%
case "myinfo"
%>
<TR>
<td height=28 bgcolor="#f1f1f1"> <a href=index.asp><%=webname%></a> >> <%=request.cookies("Cnhww")("username")%> >> 我的信息</td>
</tr>
<%
case "userziliao"
%>
<TR>
<td height=28 bgcolor="#f1f1f1"> <a href=index.asp><%=webname%></a> >> <%=request.cookies("Cnhww")("username")%> >> 个人资料</td>
</tr>
<%
case "savepass"
%>
<TR>
<td height=28 bgcolor="#f1f1f1"> <a href=index.asp><%=webname%></a> >> <%=request.cookies("Cnhww")("username")%> >> 修改密码</td>
</tr>
<%
case "viphd"
%>
<TR>
<td height=28 bgcolor="#f1f1f1"> <a href=index.asp><%=webname%></a> >> <%=request.cookies("Cnhww")("username")%> >> VIP活动</td>
</tr>
<%
case "sqvip"
%>
<TR>
<td height=28 bgcolor="#f1f1f1"> <a href=index.asp><%=webname%></a> >> <%=request.cookies("Cnhww")("username")%> >> VIP申请</td>
</tr>
<%
case "dindan"
%>
<TR>
<td height=28 bgcolor="#f1f1f1"> <a href=index.asp><%=webname%></a> >> <%=request.cookies("Cnhww")("username")%> >> 我的订单</td>
</tr>
<%
case "shoucang"
%>
<TR>
<td height=28 bgcolor="#f1f1f1"> <a href=index.asp><%=webname%></a> >> <%=request.cookies("Cnhww")("username")%> >> 我的收藏</td>
</tr>
<%
case "jifen"
%>
<TR>
<td height=28 bgcolor="#f1f1f1"> <a href=index.asp><%=webname%></a> >> <%=request.cookies("Cnhww")("username")%> >> 我的积分</td>
</tr>
<%
case else
%>
<tr>
<td height=28 bgcolor="#f1f1f1"> <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>
</tr>
</table></td>
<td width="24"> </td>
</tr>
</table>
<table width="980" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
<td><!--#include file="end.asp"--></td>
</tr>
</table>
</body>
</html>