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

📄 cheap_goods.asp

📁 一套完整的在线购物系统
💻 ASP
字号:
<!--#include file="inc/config.asp" -->
<!--#include file="inc/conn.asp" -->
<!--#include file="inc/config_goods.asp" -->
<%
dim tit
tit="特价商品"
call web_nav()
call web_head()
%>
<table width="798" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td width="1" bgcolor="#a5a5a5" rowspan="2"></td>
    <td width="172" valign="top" style="border-right:1px #bab7b7 solid" rowspan="2"> 
      <table width="170" border="0" cellspacing="0" cellpadding="0" align="center">
        
          <tr> 
            <td align="center"><img src="pic/login_bg.gif" width="168" height="45"></td>
          </tr>
		 <% if session("username")="" then %> 
		  <form action=login.asp method=post name="login_chk">
          <tr> 
            <td align="center" background="pic/left_center.gif" height="30" width="170"> 
              用户名: 
              <input type="text" name="username" size="14">
            </td>
          </tr>
          <tr> 
            <td align="center" background="pic/left_center.gif" height="30" width="170"> 
              密&nbsp;&nbsp;&nbsp;码: 
              <input type="password" name="password" size="14">
            </td>
          </tr>
          <tr> 
            <td align="center" background="pic/left_center.gif" height="38" width="170"> 
              <img style="cursor:hand" SRC="pic/login_bt.gif" width="47" height="36" border="0" onClick="login_chk.submit()">
			  <A HREF="reg.asp"><IMG SRC="pic/login_rg.gif" WIDTH="47" HEIGHT="38" BORDER="0"></A>
			  <A HREF="getpass"><IMG SRC="pic/login_wm.gif" WIDTH="47" HEIGHT="40" BORDER="0"></A>
            </td>
          </tr></form>
          <% else %>
            <tr><td align="center" background="pic/left_center.gif" height="25" width="170">
           <FONT COLOR="red">亲爱的<%=session("username")%>,欢迎您</FONT>
			</td></tr>
			<tr><td background="pic/left_center.gif" height="25" width="170">&nbsp;&nbsp;您的购物车有:<%=cart_count%>种商品
			</td></tr>
			<tr><td background="pic/left_center.gif" height="25" width="170">&nbsp;&nbsp;总计价格¥:<%=cart_sum%>元
			</td></tr>
			<tr><td background="pic/left_center.gif" height="25" width="170">&nbsp;&nbsp;<A HREF="my_cart.asp">查看购物车</A> - <A HREF="user.asp?action=myorder">查询定单</A>
			</td></tr>
          <% end if %>
          <tr> 
            <td align="center"><img src="pic/left_bt.gif" width="168" height="23"></td>
          </tr>
        
      </table>
      <table border=0 width=170 cellspacing=0 cellpadding=0 style="border-right:1px #bab7b7 dotted;border-top:1px #bab7b7 dotted;border-bottom:1px #bab7b7 dotted">
        <tr>
          <td width=169><IMG SRC="pic/cpfl.gif" WIDTH="169" HEIGHT="32" BORDER="0"></td>
        </tr>
        <% call gsort() %>
      </table>
      <p style="margin-top:5"></p>
      <table border=0 width=170 cellspacing=0 cellpadding=0 style="border-right:1px #bab7b7 dotted;border-top:1px #bab7b7 dotted;border-bottom:1px #bab7b7 dotted">
        <tr>
          <td width=169><IMG SRC="pic/cpss.gif" WIDTH="169" HEIGHT="32" BORDER="0"></td>
        </tr>
        <% call search() %>
      </table>
      <p style="margin-top:5"></p>
      <table border=0 width=170 cellspacing=0 cellpadding=0 style="border-right:1px #bab7b7 dotted;border-top:1px #bab7b7 dotted;border-bottom:1px #bab7b7 dotted">
        <tr>
          <td width=169><IMG SRC="pic/hzzd.gif" WIDTH="169" HEIGHT="32" BORDER="0"></td>
        </tr>
        <% call web_link() %>
      </table>
    </td>
    <td width="607" valign="top">
      <table border=0 width=600 cellspacing=0 cellpadding=0 align=center>
	  
	  <Tr><td><% call goods_cheap() %></td></tr>
	  </table>
    </td>
    <td width="17" background="pic/right_bg.gif" rowspan="2"></td>
  </tr>
  
</table>
<% call web_foot() %>

⌨️ 快捷键说明

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