📄 saveto-bak.asp
字号:
<!--#include file="top.asp"-->
<center>
<table bgcolor=
<%sql="select * from sys"
rs.open sql,conn,3,3%>
<%=rs("sys_color")%>
<%rs.close%>
border="0" width="780" cellspacing="0" cellpadding="0" height="312">
<tr>
<td width="150" valign="top" align="center"bgcolor=f7f7f7>
<table border="0" width="150" cellspacing="0" cellpadding="0">
<tr>
<td width="150" valign="top" align="center"><!--#include file="left.asp"--></td>
</tr>
</table>
</td>
</center>
<td width="470" valign="top" align="left">
<table border="0" width="470" cellspacing="0" cellpadding="0" height="5">
<tr>
<td width="470" height="18" align="center"><b>
<%
if request("sub_to")="" then
response.write "收货人姓名不能为空!"
elseif request("sub_adds")="" then
response.write "收货人地址不能为空!"
elseif request("sub_number")="" then
response.write "没有此订单信息"
elseif request("sub_mail")="" then
response.write "收货人的E-mail不能为空!"
elseif request("sub_tel")="" then
response.write "收货人电话不能为空!"
else
sub_to=request("sub_to")
sub_adds=request("sub_adds")
sub_postcode=request("sub_postcode")
sub_mail=request("sub_mail")
sub_other=request("sub_other")
sub_tel=request("sub_tel")
sub_number=request("sub_number")
sql="select * from sub where sub_number='"&sub_number&"'"
rs.open sql,conn,3,3
rs("sub_to")=sub_to
rs("sub_tel")=sub_tel
rs("sub_mail")=sub_mail
rs("sub_other")=sub_other
rs("sub_adds")=sub_adds
rs("sub_postcode")=sub_postcode
rs.update
rs.close
response.write "收货人信息如下"
%></b>
</td>
</tr>
<tr>
<td width="100%">
<table border="1" width="100%" cellspacing="1" bordercolorlight="#C0C0C0" bordercolordark="#FFFFFF" height="105">
<tr>
<td width="20%" bgcolor="#FFFFFF" align="right">收货人:</td>
<td width="80%" bgcolor="#FFFFFF"><%=sub_to%>
</td>
</tr>
<tr>
<td width="20%" bgcolor="#FFFFFF" align="right">地址:</td>
<td width="80%" bgcolor="#FFFFFF"><%=sub_adds%></td>
</tr>
</tr>
<tr>
<td width="20%" bgcolor="#FFFFFF" align="right">电话:</td>
<td width="80%" bgcolor="#FFFFFF"><%=sub_tel%></td>
</tr>
</tr>
<tr>
<td width="20%" bgcolor="#FFFFFF" align="right">E-mail:</td>
<td width="80%" bgcolor="#FFFFFF"><%=sub_mail%></td>
</tr>
</table>
</td>
<%end if%>
</tr>
<tr>
<td width="100%" align="right"><a href="index.asp">继续购物</a></td>
</tr>
<center>
</table>
</center></td>
<td width="160" valign="top" align="center" bgcolor=f7f7f7>
<table border="0" width="160" cellspacing="0" cellpadding="0">
<tr>
<td width="160" align="center"><!--#include file="right.asp"--></td>
</tr>
</table>
</td>
</tr>
</table>
<!--#include file="copy.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -