📄 preview.asp
字号:
<!--
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★
★ ★
☆ (请保留此处版权信息,这些内容并不会对您的网站运行有任何影响) ☆
★ ★
☆ 良精网店系统-白金版 ☆
★ ★
☆ 版权所有: 北京良精软件科技有限公司 ☆
★ ★
☆ 程序开发: 北京良精软件科技有限公司 ☆
★ MSN:asp3721@hotmail.com noimpulse@hotmail.com ★
☆ Tel:013366690044 销售QQ:88353022 技术QQ:812256 ☆
★ ★
☆ 相关网址:http://www.liangjing.net ☆
★ ★
☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
-->
<!--#include file="../include/buyok_shop_30_conn.asp" -->
<%
call aspsql()
Name=request.cookies("buyok")("userid")
Recname=request.form("Recname")
Zipcode=request.form("ZipCode")
RecPhone=request.form("RecPhone")
CompPhone=request.form("CompPhone")
Address=request.form("Address")
Recmail=request.form("Recmail")
Notes=request.form("Notes")
post=request.form("post")
Gettime=request.form("gettime")
if reg<>"1" then
if request.cookies("buyok")("userid")="" then
response.redirect "../shop_error.asp?error=006"
response.end
end if
end if
buylist = request.cookies("buyok")("cart")
if buylist="" then
response.redirect "../shop_error.asp?error=007"
response.end
end if
%>
<HTML><HEAD><TITLE>订单提交预览</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../buyok_shop.css" type="text/css">
</HEAD>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="20">
<form name=confirm action="ordersent.asp" method=post>
<table border="0" cellspacing="0" cellpadding="0" align="center" width="520">
<tr bgcolor="#FFFFFF"><td height=30><font color="#FF3333"><b>请确认您所填写的内容,检查之后请单击“提交订单”或“返回修改”</font></td>
<input type=hidden value="ok" name="confirm">
</tr></table>
<%
set rs=conn.execute("select * from shopsetup")
pei=rs("pei"&post)
fei=rs("fei"&post)
mianyoufei=rs("mianyoufei")
mianyoufei_msg=rs("mianyoufei_msg")
if clng(request.cookies("buyok")("total"))>=mianyoufei then
pei=pei & "," & mianyoufei_msg
fei=0
else
pei=pei & ",配送费用"& fei & "元"
end if
set rs=nothing
Sum1=request.cookies("buyok")("total")
sum=sum1+fei
sum=FormatNum(sum,2)
%>
<table border="0" cellspacing="1" cellpadding="0" align="center" width="520" bgcolor="CCCCCC">
<tr bgcolor="#FFFFFF">
<td width="20%" align=right height=25>配送及运费 </td> <td> <%=pei%></td></tr>
<tr bgcolor="#FFFFFF">
<td width="20%" align=right height=25>收货人姓名 </td> <td> <%=Recname%> </td></tr>
<tr bgcolor="#FFFFFF">
<td width="20%" align=right height=25>收货人电话 </td> <td> <%=RecPhone%> </td></tr>
<tr bgcolor="#FFFFFF">
<td width="20%" align=right height=25>移动电话 </td> <td> <%=CompPhone%> </td></tr>
<tr bgcolor="#FFFFFF">
<td width="20%" align=right height=25>收货人邮箱 </td> <td> <%=RecMail%> </td></tr>
<tr bgcolor="#FFFFFF">
<td width="20%" align=right height=25>邮政编码 </td> <td> <%=ZipCode%> </td></tr>
<tr bgcolor="#FFFFFF">
<td width="20%" align=right height=25>收货人地址 </td> <td> <%=address%> </td></tr>
<tr bgcolor="#FFFFFF">
<td width="20%" align=right height=25>指定送达时间 </td> <td> <%=gettime%> </td></tr>
<tr bgcolor="#FFFFFF">
<td width="20%" align=right height=25>我的其它要求 </td> <td> <%=Notes%> </td></tr>
<INPUT TYPE="hidden" name="RecName" value="<%=Recname%>">
<INPUT TYPE="hidden" name="RecPhone" value="<%=RecPhone%>">
<INPUT TYPE="hidden" name="CompPhone" value="<%=CompPhone%>">
<INPUT TYPE="hidden" name="RecAddress" value="<%=address%>">
<INPUT TYPE="hidden" name="Gettime" value="<%=gettime%>">
<INPUT TYPE="hidden" name="Recmail" value="<%=Recmail%>">
<INPUT TYPE="hidden" name="Zipcode" value="<%=Zipcode%>">
<INPUT TYPE="hidden" name="Notes" value="<%=Notes%>">
<INPUT TYPE="hidden" name="pei" value="<%=pei%>">
<INPUT TYPE="hidden" name="fei" value="<%=fei%>">
<INPUT TYPE="hidden" name="sum" value="<%=sum%>">
<INPUT TYPE="hidden" name="buylist" value="<%=buylist%>">
</font></td>
</tr>
<tr bgcolor="#FFFFFF"><td height="30" align="center" colspan=2><b><font color="#FF3333">商品总价:<%=Sum1%> 配送费用:<%=formatnum(fei,2)%> 总计:<%=sum%></td></tr>
<tr bgcolor="#FFFFFF"><td colspan=2 height=50 align=center>
<input type="submit" value="提交订单"> <input type="button" name="Submit21" onclick="javascript:history.go(-1)" value="返回修改">
</td></tr>
</table>
</form></table>
</BODY>
</HTML>
<%
conn.close
set conn=nothing
%>
<!--
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★
★ ★
☆ (请保留此处版权信息,这些内容并不会对您的网站运行有任何影响) ☆
★ ★
☆ 良精网店系统-白金版 ☆
★ ★
☆ 版权所有: 北京良精软件科技有限公司 ☆
★ ★
☆ 程序开发: 北京良精软件科技有限公司 ☆
★ MSN:asp3721@hotmail.com noimpulse@hotmail.com ★
☆ Tel:013366690044 销售QQ:88353022 技术QQ:812256 ☆
★ ★
☆ 相关网址:http://www.liangjing.net ☆
★ ★
☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -