vipjxs.asp
来自「国内第一数字点卡销售程序。功能强大。 完整无错!数据文件经MD5加密!经严格测」· ASP 代码 · 共 52 行
ASP
52 行
<!--#include file="top.asp"-->
<td width="15" height="3"> </td>
<!--#include file="lest.asp"--></td>
<td width="15" height="30"> </td>
<td width="600" valign="top">
<table border="0" width="700" cellspacing="0" cellpadding="0" height="379">
<tr>
<td valign="top" height="257"><%sql="select hw_id,hw_name,hw_cash,hw_cash1,hw_cash2,hw_cash3 from hw where hw_xp=true order by hw_id DESC"
rs.open sql,conn,3,3
%> <br>
<div align="center">
<table border="1" width="540" bordercolorlight="#C0C0C0" cellspacing="0" cellpadding="0" bordercolordark="#FFFFFF" height="62">
<tr>
<td align="center" width="127" height="35">产品名称</td>
<td align="center" width="76" height="35">零售价</td>
<td align="center" width="76" height="35">普通会员</td>
<td align="center" width="77" height="35">VIP会员</td>
<%if session("user_vip")="经销商会员" then%><td align="center" width="77" height="35">经销商会员</td><%end if%>
<td align="center" height="35" width="101">购 买</td>
</tr><%do while not rs.eof%>
<tr>
<td align="center" width="127" height="35"><%=rs("hw_name")%></td>
<td align="center" width="76" height="35"><%=rs("hw_cash")%></td>
<td align="center" width="76" height="35"><%=rs("hw_cash1")%></td>
<td align="center" width="77" height="35"><%=rs("hw_cash2")%></td>
<%if session("user_vip")="经销商会员" then%><td align="center" width="77" height="35"><%=rs("hw_cash3")%></td><%end if%>
<td align="center" height="35" width="101"><a href=basket.asp?hw_id=<%=rs("hw_id")%>>
<img border="0" src="images/login1.jpg" width="78" height="27"></a></td>
</tr>
<%rs.movenext
loop
rs.close%>
</table>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
<td width="1" background="images/line.jpg"></td>
</tr>
</table>
</div>
</body>
</html>
<!--#include file="copy.asp"-->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?