📄 queren.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="queren.aspx.cs" Inherits="Default2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<script language="javascript" type="text/javascript">
// <!CDATA[
function TABLE1_onclick() {
}
function TABLE1_onclick() {
}
// ]]>
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<img src="image/logo.JPG" />
<asp:LinkButton ID="LinkButton2" runat="server" PostBackUrl="~/Default.aspx">返回首页</asp:LinkButton><br />
<br />
<table style="width: 878px; height: 24px;">
<tr>
<td colspan="3" rowspan="3">
<span style="font-size: 11pt">结算步骤:1. 登陆注册 >> <strong>2. 填写核对订单信息</strong>
>> 3. 成功提交订单</span></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<br />
<asp:FormView ID="FormView1" runat="server" DataSourceID="AccessDataSource1" Width="874px">
<ItemTemplate>
<table style="width: 693px; border-bottom: thin dashed; height: 129px;" id="Table2" onclick="return TABLE1_onclick()">
<tr>
<td style="width: 100px; height: 14px">
<span style="font-size: 11pt"><strong>收货人信息 </strong><span style="font-size: 8pt"></span>
</span></td>
<td colspan="2" style="height: 14px; width: 306px;">
<span style="font-size: 8pt"><span style="font-size: 8pt">
<asp:LinkButton ID="LinkButton1" runat="server" PostBackUrl="~/newdingdan.aspx">修改</asp:LinkButton></span></span></td>
</tr>
<tr>
<td style="width: 100px; height: 14px">
<span style="font-size: 10pt">收货人:</span></td>
<td colspan="2" style="height: 14px; width: 306px;">
<asp:Label ID="Label1" runat="server" Text='<%# Bind("PName") %>' Width="227px" Height="16px"></asp:Label></td>
</tr>
<tr>
<td style="width: 100px; height: 15px">
<span style="font-size: 10pt">收货地址:</span></td>
<td colspan="2" style="height: 15px; width: 306px;">
<asp:Label ID="Label2" runat="server" Text='<%# Eval("PAddress") %>' Height="15px" Width="326px"></asp:Label></td>
</tr>
<tr>
<td style="width: 100px; height: 3px">
<span style="font-size: 10pt">邮政编码:</span></td>
<td colspan="2" style="height: 3px; width: 306px;">
<asp:Label ID="Label3" runat="server" Text='<%# Eval("PANum") %>' Height="16px" Width="224px"></asp:Label></td>
</tr>
<tr>
<td style="width: 100px; height: 3px">
<span style="font-size: 10pt">联系电话:</span></td>
<td colspan="2" style="height: 3px; width: 306px;">
<asp:Label ID="Label4" runat="server" Text='<%# Eval("PTel") %>' Height="8px" Width="225px"></asp:Label></td>
</tr>
</table>
<table style="width: 694px; height: 78px; background-color: #efffff;">
<tr>
<td colspan="1" style="width: 99px; height: 19px">
<strong><span style="font-size: 11pt">送货方式</span></strong></td>
<td style="height: 19px;" colspan="3">
<strong><span style="font-size: 11pt"></span></strong><strong><span style="font-size: 11pt">
</span></strong>
</td>
</tr>
<tr>
<td colspan="1" style="width: 99px; height: 21px">
</td>
<td style="height: 21px;" colspan="3">
<span style="font-size: 10pt; color: gray"><span style="color: black"><span style="font-size: 9pt">
普通快递送货上门(货到付款)标准运费:5元</span></span><span
style="font-size: 9pt">(可享受减免运费优惠,订单金额30元以上免运费)</span></span></td>
</tr>
<tr>
<td colspan="1" style="width: 99px; height: 9px">
</td>
<td colspan="3" style="height: 9px">
<span style="font-size: 9pt">
加急快递送货上门(货到付款)标准运费:10元<span style="font-size: 9pt;
color: #808080">(可享受减免运费优惠,订单金额200元以上免运费)</span></span></td>
</tr>
<tr>
<td colspan="1" style="width: 99px; height: 4px">
</td>
<td colspan="3" style="height: 4px">
<table style="border-right: white thin solid; border-top: white thin solid; border-left: white thin solid;
width: 442px; border-bottom: white thin solid; height: 39px; background-color: powderblue">
<tr>
<td colspan="3" rowspan="2" style="width: 417px; height: 20px">
<span style="font-size: 10pt">请确认收货地址在海淀区的以下范围内,才可以选择此项!</span></td>
</tr>
<tr>
</tr>
<tr>
<td colspan="3" style="width: 417px; color: gray; height: 18px">
<span style="font-size: 10pt">五环路以内</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="1" style="width: 99px; height: 9px">
</td>
<td colspan="3" style="height: 9px">
<strong>免运费</strong>(免运费期间普通快递送货上门)</td>
</tr>
<tr>
<td colspan="4" style="height: 9px">
<asp:Button ID="Button1" runat="server" Text="确认送货方式" PostBackUrl="~/tjdd.aspx" /></td>
</tr>
</table>
</ItemTemplate>
</asp:FormView>
<asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/BDB/BookStore.mdb"
SelectCommand="SELECT [PName], [PAddress], [PANum], [PTel] FROM [BookOrder]"></asp:AccessDataSource>
<asp:Label ID="Label3" runat="server" Font-Size="X-Small" ForeColor="DimGray" Text="Copyright (C) 19小组 2008-9999, All Rights Reserved 19小组"></asp:Label></div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -