%
If request.cookies("timesshop")("username")="" Then
dim url
url=url&request.ServerVariables("SCRIPT_NAME")
if(len(trim(request.ServerVariables("QUERY_STRING")))>0) then
url=url & "?" & request.ServerVariables("QUERY_STRING")
end if
response.write url
response.Redirect "/shop/user/login.asp?url='"&url&"'"
end if%>
<%=webname%> ---- 会员中心 - 收货地址
您的个人信息
<%
dim rs2
if request.cookies("timesshop")("username")="" then
response.Write "
请先登录
"
response.End
end if
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from [user] where username='"&request.cookies("timesshop")("username")&"' ",conn,1,1
%>