📄 vip.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<html>
<head>
<title><%=webname%>--幸运VIP用户</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" bordercolor="#EDECEC" align="center">
<tr>
<td width="178" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<!--#include file="info_user1.asp"-->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
</table>
</td>
<td width="1" valign="top" background="images/bj_x.gif"></td>
<td width="590" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="5" align="center">
<tr>
<td height="34" colspan="2" valign="middle" background="images/main/th_bg.gif">
<div align="center"><!--#include file="info.asp"-->
</div>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td colspan="4" height=1 background="images/bj_x.gif"> </td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="1" bgcolor="#FFCC00">
<tr align="center" bgcolor="#FFDC71">
<td colspan="4" height="20">
<div align="center"><b><font color="#FF0000">幸运VIP用户</font></b></div>
</td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td height="20"><b>时间</b></td>
<td height="20"><b>用户名</b></td>
<td height="20"><b>消费金额</b></td>
<td height="20"><b>返还金额</b></td>
</tr>
<%set rs=server.createobject("adodb.recordset")
rs.open "select * from sh_xyvip ",conn,1,1
while not rs.eof
%>
<tr bgcolor="#FFFFFF">
<td height="20" align="center"><%=rs("vipdate")%></td>
<td height="20" align="center"><%=rs("username")%></td>
<td height="20" align="center"><%=rs("xiaofei")%>元</td>
<td height="20" align="center"><%=rs("fanhui")%>元</td>
</tr>
<%rs.movenext
wend
rs.close
set rs=nothing
%>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="4" align="center">
<tr>
<td colspan="4">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td>
<%set rs=server.createobject("adodb.recordset")
rs.open "select vipdyj from config ",conn,1,1
response.write rs("vipdyj")
rs.close
set rs=nothing
%>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="4" height=1 background="images/bj_x.gif"> </td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<!--#include file="webfoot.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -