📄 newdingdan.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="newdingdan.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() {
}
// ]]>
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<img src="image/logo.JPG" />
<asp:LinkButton ID="LinkButton1" runat="server" PostBackUrl="~/Default.aspx">返回首页</asp:LinkButton><br />
<table style="width: 844px; height: 27px;">
<tr>
<td colspan="3" rowspan="3" style="height: 21px">
<span style="font-size: 10pt">
<span style="font-size: 11pt">结算步骤:1. 登陆注册 >> <strong>2. 填写核对订单信息</strong>
>> 3. 成功提交订单</span></span></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</div>
<br />
<br />
<table style="width: 852px; height: 291px; background-color: #ffffcc">
<tr>
<td colspan="8" style="height: 32px">
<strong>收货人信息</strong></td>
</tr>
<tr>
<td style="width: 268px; height: 17px">
<span style="font-size: 10pt"> 收货人:</span></td>
<td colspan="7" style="height: 17px">
<asp:TextBox ID="TextBox1" runat="server" Width="97px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 268px; height: 17px">
<span style="font-size: 10pt"> 国家:</span></td>
<td style="width: 86px; height: 17px">
<asp:Label ID="Label1" runat="server" Height="18px" Style="background-color: #ffffff;
text-align: center" Text="中国" Width="98px"></asp:Label></td>
<td style="width: 385px; height: 17px">
<span style="font-size: 10pt">省份/直辖市:</span></td>
<td style="width: 49px; height: 17px">
<asp:Label ID="Label2" runat="server" Height="21px" Style="background-color: #ffffff;
text-align: center" Text="北京" Width="88px"></asp:Label></td>
<td style="width: 281px; height: 17px">
<span style="font-size: 10pt">县/区:</span></td>
<td colspan="3" style="height: 17px; width: 69px;">
<asp:DropDownList ID="DropDownList1" runat="server">
<asp:ListItem>海淀区</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 268px; height: 14px">
<span style="font-size: 10pt"> 详细地址:</span></td>
<td colspan="7" style="height: 14px">
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 268px; height: 12px">
<span style="font-size: 10pt"> 邮政编码:</span></td>
<td colspan="7" style="height: 12px">
<asp:TextBox ID="TextBox3" runat="server" Height="15px" Width="119px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="8">
<span style="font-size: 9pt; color: gray">
请务必正确填写您的邮政,以确保订单顺利到达。</span></td>
</tr>
<tr>
<td style="width: 268px; height: 11px">
<span style="font-size: 10pt"> 移动电话:</span></td>
<td style="width: 86px; height: 11px">
<asp:TextBox ID="TextBox4" runat="server" Height="15px" Width="118px"></asp:TextBox></td>
<td style="width: 385px; height: 11px">
<span style="font-size: 10pt">固定电话:</span>
</td>
<td colspan="5" style="height: 11px">
<asp:TextBox ID="TextBox5" runat="server" Height="17px" Width="81px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="8" style="height: 38px">
<asp:Button ID="Button1" runat="server" BackColor="#FF8000" BorderStyle="Outset"
PostBackUrl="~/queren.aspx" Style="text-align: center" Text="确认收货人信息" />
</td>
</tr>
</table>
<br />
<asp:Label ID="Label3" runat="server" Font-Size="X-Small" ForeColor="DimGray" Text="Copyright (C) 19小组 2008-9999, All Rights Reserved 19小组"></asp:Label>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -