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

📄 gouwuliucheng.asp

📁 购物系统(本版为正式商业版
💻 ASP
字号:
<!--
┌─9911.com.cn────────────┐
│  动感购物 WWW.9911.com.cn 版权所有  │
│  动感购物2005Vb  联系:web@snsn.net │
└───────────9911.com.cn──┘
-->
<html>
<body>
<TABLE width=90% border=0 align="center" cellPadding=0 cellSpacing=0>
  <TBODY>
    <TR>
      <TD height=25 colSpan=2><font color=#b70000>&nbsp;&nbsp;<img 
                        src="img/go.gif" width="15" height="15"></font><font color="#CC0000"><strong> 特别提示:</strong></font></TD>
    </TR>
    <TR vAlign=top align=left>
      <TD height=1 colSpan=2 background="images/new_gray_bar.gif"><img src="images/new_gray_bar.gif" width="1" height="1"></TD>
    </TR>
    <TR>
      <TD vAlign=top align=left><table width="100%" border="0" cellspacing="0" cellpadding="0" height="5">
          <tr>
            <td height="10"></td>
          </tr>
        </table>
          <table width="90%" border="0" align="center" cellSpacing="0">
            <tr>
              <td height="23">
                <%
set rs=server.createobject("adodb.recordset")
rs.open "select * from shop_gouwuliucheng order by gouwuliuchengid ",conn,1,3
if rs.recordcount=0 then 
response.Write "感谢你在本站购物,本站将不定期举办一些赠送活动,希望关注!"
else
if  zongji>rs("qbj1")  then
		   response.Write "<font color=red >1、</font>恭喜您,您现在可以得到("&rs("zengpin1")&")<br>"
else
		   response.Write "<font color=red >1、</font>如果您再购买 ¥<font color=red>"&formatnumber(round(rs("qbj1")-zongji,1),2)&"</font>元的商品,就可以得到("&rs("zengpin1")&")<br>"
end if
if  zongji>rs("qbj2")  then
			response.Write "<font color=red >2、</font>恭喜您,您现在可以得到"&rs("zengpin2")&" <br>"   
else
			response.Write "<font color=red >2、</font>如果您再购买 ¥<font color=red>"&formatnumber(round(rs("qbj2")-zongji,1),2)&"</font>元的商品,就可以得到"&rs("zengpin2")&" 。<br>"   
end if
if  zongji>rs("qbj3")  then
			response.Write "<font color=red >3、</font>恭喜您,您现在可以得到"&rs("zengpin3")&"<br>"
else
			response.Write "<font color=red >3、</font>如果您再购买 ¥<font color=red>"&formatnumber(round(rs("qbj3")-zongji,1),2)&"</font>元 的商品,就可以得到"&rs("zengpin3")&"。<br>"
end if
if  zongji>rs("qbj4")  then
		   response.Write "<font color=red >4、</font>恭喜您,您现在可以得到本店的赠品("&rs("zengpin4")&",机会难得呀!<br> "   
else
		   response.Write "<font color=red >4、</font>如果您再购买 ¥<font color=red>"&formatnumber(round(rs("qbj4")-zongji,1),2)&"</font>元 的商品,就可以得到("&rs("zengpin4")&"),机会难得呀!<br> "   
end if
end if	
		
rs.close
set rs=nothing

%>
              </td>
            </tr>
          </table>
          <table width="100%" border="0" cellspacing="0" cellpadding="0" height="5">
            <tr>
              <td height="10"></td>
            </tr>
        </table></TD>
    </TR>
  </TBODY>
</TABLE>
</body>
</html>

⌨️ 快捷键说明

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