?? sqvipuser.asp
字號(hào):
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<%if request.cookies("shopzhiwang")("username")="" then
response.write "<script language=javascript>alert('您還沒(méi)有登陸,請(qǐng)登陸!');window.location.href='default.asp';</script>"
response.End
end if
%>
<head>
<title><%=webname%>--用戶中心</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="webtop.asp" -->
<table width="770" border="1" cellspacing="0" cellpadding="0" align="center" bordercolor="#EDECEC">
<tr>
<td width="178" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<!--#include file="info_user1.asp"--> </td>
<td width="1" valign="top" background="images/bj_x.gif"></td>
<td width="590" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF"><div align="center">
<%set rs=server.createobject("adodb.recordset")
rs.open "select vipsq from config ",conn,1,1
response.write rs("vipsq")
rs.close
set rs=nothing
%> </div> </td>
</tr>
</table>
<!--#include file="webfoot.asp"-->
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -