sqvipuser.asp

来自「网上购物,不错的购物系统,花了好长时间来改的」· ASP 代码 · 共 32 行

ASP
32
字号
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<%if request.cookies("shopzhiwang")("username")="" then
response.write "<script language=javascript>alert('您还没有登陆,请登陆!');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>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?