?? 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 + -