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

📄 xiangxi.asp

📁 电子商务系统Easy_Buy是一个在线销售系统
💻 ASP
字号:
<!--#include file="../0.asp"-->
<!--#include file="../../../conn/conn.asp"-->
<script language="javascript">
<!--
function checkQtys(form){
		ads.style.display = "none";
  document.all.WebBrowser.ExecWB(6,6)
 }
-->
</script>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../../css/css.css" rel="stylesheet" type="text/css">
<STYLE>
BODY {
	SCROLLBAR-FACE-COLOR: #799ae1;
	SCROLLBAR-HIGHLIGHT-COLOR: #799ae1;
	SCROLLBAR-SHADOW-COLOR: #799ae1;
	SCROLLBAR-3DLIGHT-COLOR: #799ae1;
	SCROLLBAR-ARROW-COLOR: #fcfcfc;
	SCROLLBAR-TRACK-COLOR: #aabfec;
	SCROLLBAR-DARKSHADOW-COLOR: #799ae1;
	SCROLLBAR-BASE-COLOR: #799ae1;
	background-color: #CAD7F7;
}
.STYLE5 {color: #FFFFFF; font-weight: bold; }
</STYLE>
<noscript>
	<iframe src="*.htm">
	</iframe>
</noscript>
</head>
<BODY oncontextmenu=self.event.returnValue=false onkeypress=movefocus();>
<%
set rs = conn.execute("select * from cart where id="&clng(request("id"))&"")
%>
<table width="99%" border="0" align="center" cellpadding="2" cellspacing="1">
  <tr> 
    <td height="35" align="center" valign="middle"><font color="#FF3300" size="3"><%=session("www.wygk.cn")%><%=rs("bh")%>号网上订单</font></td>
  </tr>
  <tr> 
    <td align="center" valign="top"> <table width="100%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#FFFFFF">
        <tr align="center" valign="middle" bgcolor="#FFFFE6"> 
          <td width="300" height="25" background="../../../images/admin_bg_11.gif"><span class="STYLE5">商品名称</span></td>
          <td width="75" height="20" background="../../../images/admin_bg_11.gif"><span class="STYLE5">市场价</span></td>
          <td width="75" height="20" background="../../../images/admin_bg_11.gif"><span class="STYLE5">会员价</span></td>
          <td width="75" height="20" background="../../../images/admin_bg_11.gif"><span class="STYLE5">订购数量</span></td>
          <td width="75" height="20" background="../../../images/admin_bg_11.gif"><span class="STYLE5">小计</span></td>
        </tr>
        <%set rs1 = conn.execute("select * from list where bh="&rs("bh")&" order by id desc")
		do while not rs1.eof%>
        <tr valign="middle" bgcolor="#FFFFE6"> 
          <td width="300" height="20" bgcolor="#E8F1FF"><%=rs1("mc")%></td>
          <td width="75" height="20" align="center" bgcolor="#E8F1FF"><%=rs1("jg1")%></td>
          <td width="75" height="20" align="center" bgcolor="#E8F1FF"><%=rs1("jg2")%></td>
          <td width="75" height="20" align="center" bgcolor="#E8F1FF"><%=rs1("sl")%></td>
          <td width="75" height="20" align="center" bgcolor="#E8F1FF"><%=FormatNumber(rs1("jg2")*rs1("sl"),2)%></td>
        </tr>
        <%rs1.movenext
loop
rs1.close
%>
        <tr align="right" valign="middle" bgcolor="#FFFFE6"> 
          <td height="20" colspan="5" bgcolor="#E8F1FF">运费:<%=rs("peisong_rmb")%>元&nbsp; 总计: <%=rs("je")+rs("peisong_rmb")%> 元 (本次购物,您节省了<%=rs("jiesheng")%>元)&nbsp;&nbsp;&nbsp; </td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td valign="top"><div align="center"><font color="#FF3300" size="3"><br>会员个人信息</font><br><br>
    </div>
      <table width="100%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#FFFFFF">
        <tr valign="middle" bgcolor="#FFFFFF"> 
          <td width="9%" height="20" align="center" bgcolor="#E8F1FF">姓名</td>
          <td width="13%" height="20" bgcolor="#E8F1FF"><%=rs("name")%></td>
          <td width="8%" height="20" align="center" bgcolor="#E8F1FF">邮编</td>
          <td width="12%" height="20" align="center" bgcolor="#E8F1FF"><%=rs("yb")%></td>
          <td width="14%" height="20" align="center" bgcolor="#E8F1FF">配送/支付方式</td>
          <td width="44%" height="20" bgcolor="#E8F1FF"><%=rs("peisong_fs")%></td>
        </tr>
        <tr valign="middle" bgcolor="#FFFFFF"> 
          <td width="9%" height="20" align="center" bgcolor="#E8F1FF">电话</td>
          <td height="20" colspan="3" bgcolor="#E8F1FF"><%=rs("tel")%></td>
          <td width="14%" height="20" align="center" bgcolor="#E8F1FF">email</td>
          <td width="44%" height="20" bgcolor="#E8F1FF"><a href=mailto:<%=rs("mail")%>><%=rs("mail")%></a></td>
        </tr>
        <tr valign="middle" bgcolor="#FFFFFF"> 
          <td height="20" align="center" bgcolor="#E8F1FF">地址</td>
          <td height="20" colspan="5" bgcolor="#E8F1FF"><%=rs("dz")%></td>
        </tr>
    </table></td>
  </tr>
  <tr> 
    <td><br>
      <table width="100%" align="center" cellpadding="0" cellspacing="0">
        <tr> 
          <td height="20" valign="middle">产品脱销方案:<%=rs("tx")%></td>
        </tr>
        <tr> 
          <td height="20" valign="middle">会员订单备注:<%=rs("bz")%></td>
        </tr>
      </table></td>
  </tr>
</table>
<table width="100%" height="50" border="0" align="center" cellpadding="0" cellspacing="0" id=ads style="DISPLAY: ">
  <form name="form2" method="post" action=?x=yes>
    <tr> 
      <td align="center" valign="middle"><input name="id" type="hidden" id="id" value="<%=request("id")%>"> 
        <OBJECT id=WebBrowser classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 width=0>
        </OBJECT>
        <input name="button" type=submit  onclick="javascript:window.history.go(-1)" value=OK,发货>
        <input type=button onClick="return checkQtys(this.form);" value=订单打印> 
        <input type=button onclick=document.all.WebBrowser.ExecWB(8,1) value=页面设置> 
        <input type=button onclick=document.all.WebBrowser.ExecWB(7,1) value=打印预览> 
        <input name="button" type=button  onclick="javascript:window.history.go(-1)" value=返回上页> 
      </td>
    </tr>
  </form>
</table>
</body>
</html>
<%
rs.close
set rs=nothing
if request("x")="yes" and request("id")<>"" then
conn.execute("Update cart set cl = 1 where id="&clng(request("id"))&"")
Response.redirect "index.asp"
end if
%>

⌨️ 快捷键说明

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