%
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%> ---- 会员中心 - 付款留言
付款留言
<% set rs=server.CreateObject("adodb.recordset")
rs.open "select * from guest where messtype=2 and username='"&request.cookies("timesshop")("username")&"' ",conn,1,1
%>