⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vipdyj.asp

📁 网络商店源码 实现商品浏览 购物车 后台管理等
💻 ASP
字号:

<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<html>
<head>
<title><%=webname%>--首页</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- onMouseOver="window.status='【<%=webname%>】<%=weburl%> 如果您喜欢本站,别忘了把本站介绍给您的好友哦!:)';return true">-->
<!--#include file="webtop.asp"-->
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr> 
    <td width="1" bgcolor="C9C9C8"><img src="../images/block.gif" width="1" height="1"></td>
    <td> <table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td width="168">
            <!--#include file="left.asp"-->
          </td>
          <td width="1" bgcolor="C9C9C8"><img src="images/block.gif" width="1" height="1"></td>
          <td valign="top"> <table width="100%"  border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td background="images/bg1_4color_.jpg"><img src=images/bg1_4color_.jpg" width="1" height="3"></td>
              </tr>
            </table>
            <br><table width="98%" border="0" align="center" cellpadding="0" cellspacing="1">
              <tr> 
                <td height="1" bgcolor="cccccc"><img src="images/dot_03.gif" width="9" height="1" border="0"></td>
              </tr>
              <tr> 
                <td height="25" bgcolor="efefef"><strong>&nbsp;&nbsp;<img src="images/dot_03.gif" width="9" height="9" border="0"> 
                  VIP大赢家 <a href="vipdyj.asp">点击查看本月VIP幸运用户...</a></strong></td>
              </tr>
              <tr> 
                <td height="1" bgcolor="cccccc"><img src="images/dot_03.gif" width="9" height="1" border="0"></td>
              </tr>
            </table>
            <table width="98%" border="0" cellspacing="0" cellpadding="4" align="center">
              <tr> 
                <td colspan="4" height=30><font color="#FF0000">&nbsp;</font></td>
              </tr>
              <tr> 
                <td colspan="4" class="table-xia"> <table width="100%" border="0" cellspacing="1" cellpadding="1">
                    <tr> 
                      <td> 
                        <%set rs=server.createobject("adodb.recordset")
                              rs.open "select vipdyj from shop_config ",conn,1,1
                              response.write rs("vipdyj")
                              rs.close
                              set rs=nothing
                              %>
                      </td>
                    </tr>
                  </table></td>
              </tr>
            </table>
            <p>&nbsp;</p><table width="95%" border="0" align="center" cellpadding="1" cellspacing="1">
              <tr> 
                <td> <table width="99%" border="0" cellspacing="0" cellpadding="0" class="table-zuoshang">
                    <tr align="center"  class="a1"> 
                      <td colspan="4" height="30" class="table-xiayou"> <div align="center"><b>幸运VIP用户</b></div></td>
                    </tr>
                    <tr align="center"> 
                      <td height="20" bgcolor="<%=flbgbk%>" class="table-xiayou"><b>时间</b></td>
                      <td height="20" bgcolor="<%=flbgbk%>" class="table-xiayou"><b>用户名</b></td>
                      <td height="20" bgcolor="<%=flbgbk%>" class="table-xiayou"><b>消费金额</b></td>
                      <td height="20" bgcolor="<%=flbgbk%>" class="table-xiayou"><b>返还金额</b></td>
                    </tr>
                    <%set rs=server.createobject("adodb.recordset")
                              rs.open "select * From shop_xyvip ",conn,1,1
							  while not rs.eof
							%>
                    <tr> 
                      <td height="20" align="center" bgcolor="#FFFFFF" class="table-xiayou"><%=rs("vipdate")%></td>
                      <td height="20" align="center" bgcolor="#FFFFFF" class="table-xiayou"><%=rs("username")%></td>
                      <td height="20" align="center" bgcolor="#FFFFFF" class="table-xiayou"><%=rs("xiaofei")%>元</td>
                      <td height="20" align="center" bgcolor="#FFFFFF" class="table-xiayou"><%=rs("fanhui")%>元</td>
                    </tr>
                    <%rs.movenext
							  wend
							  rs.close
							  set rs=nothing
							%>
                  </table></td>
              </tr>
            </table><p>&nbsp;</p></td>
        </tr>
      </table></td>
    <td width="1" bgcolor="C9C9C8"><img src="../images/block.gif" width="1" height="1"></td>
  </tr>
</table>
<!--#include file="copyright.asp"-->
</body>
</html>

⌨️ 快捷键说明

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