?? checkout.aspx
字號:
?<%@ Page Language="C#" MasterPageFile="~/MasterPage/MasterPage.master" AutoEventWireup="true" CodeFile="CheckOut.aspx.cs" Inherits="User_CheckOut" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="FartherMain" Runat="Server">
<table cellSpacing="0" cellPadding="0" width="480" align="center" border="0">
<tr style =" font :9pt; font-family :宋體;">
<th align="left" height="25px" colspan="2px">
<asp:label id="lblTitleInfo" Runat="server">請正確填寫以下收貨信息</asp:label>
</th>
<tr>
</tr>
</table>
<table cellSpacing="1" cellPadding="1" width="480" align="center" border="0">
<tr style =" font :9pt; font-family :宋體;">
<td>
<table class="tableBorder" cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
<tr style =" font :9pt; font-family :宋體;">
<td align="left" width="100" style="height: 28px">
收貨人真實姓名:</td>
<td style="width: 359px; height: 28px;" align =left ><asp:textbox id="txtReciverName" runat="server"></asp:textbox><font color="red">*</font></td>
</tr>
<tr style =" font :9pt; font-family :宋體;">
<td align="left">
收貨人詳細地址:
</td>
<td style="width: 359px" align =left >
<asp:textbox id="txtReceiverAddress" runat="server"></asp:textbox><font color="red">*</font></td>
</tr>
<tr style =" font :9pt; font-family :宋體;">
<td align="left" style="height: 24px">
聯系電話:
</td>
<td style="width: 359px; height: 24px;" align =left ><asp:textbox id="txtReceiverPhone" runat="server"></asp:textbox><font color="red">*<asp:RegularExpressionValidator
ID="revPhone" runat="server" ControlToValidate="txtReceiverPhone" Display="Dynamic"
ErrorMessage="您輸入的電話號碼有誤,請重新輸入" ValidationExpression="(\(\d{3,4}\)|\d{3,4}-)?\d{7,8}$"></asp:RegularExpressionValidator></font></td>
</tr>
<tr style =" font :9pt; font-family :宋體;">
<td align="left">
收貨郵編:
</td>
<td style="width: 359px" align =left ><asp:textbox id="txtReceiverPostCode" runat="server"></asp:textbox><font color="red">*<asp:RegularExpressionValidator
ID="revPostCode" runat="server" ControlToValidate="txtReceiverPostCode" Font-Size="9pt"
ValidationExpression="\d{6}" Width="134px">您的郵編輸入有誤</asp:RegularExpressionValidator></font></td>
</tr>
<tr style =" font :9pt; font-family :宋體;">
<td align="left" height="17">
電子信箱:
</td>
<td height="17" style="width: 359px" align =left ><asp:textbox id="txtReceiverEmails" runat="server"></asp:textbox><font color="red">*<asp:RegularExpressionValidator
ID="revEmail" runat="server" ControlToValidate="txtReceiverEmails" Font-Size="9pt"
ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" Width="132px">您輸入的E-mail地址格式不正確,請重新輸入</asp:RegularExpressionValidator></font></td>
</tr>
<tr style =" font :9pt; font-family :宋體;">
<td align="left" height="19">
<%--送貨所在城市:--%>
</td>
<td colSpan="3" height="19" align =left ><asp:DropDownList id="ddlShipCity" runat="server" Visible="false" AutoPostBack="True" OnSelectedIndexChanged="ddlShipCity_SelectedIndexChanged">
</asp:DropDownList>
<asp:Label ID="labKM" Visible="false" runat="server" Text=""></asp:Label><%--公里--%></td>
</tr>
<tr style =" font :9pt; font-family :宋體;">
<td align="left" height="19">
<%--送貨方式:--%>
</td>
<td colSpan="3" height="19" align =left ><asp:DropDownList id="ddlShipType" Visible="false" runat="server" AutoPostBack="True">
</asp:DropDownList>
<asp:LinkButton Visible="false" ID="lnkbtnSee" runat="server" OnClick="lnkbtnSee_Click">查看配送費</asp:LinkButton></td>
</tr>
<tr style =" font :9pt; font-family :宋體;">
<td align="left">
<%--支付方式:--%>
</td>
<td colSpan="3" align =left ><asp:DropDownList Visible="false" id="ddlPayType" runat="server" AutoPostBack="True">
</asp:DropDownList></td>
</tr>
<tr style =" font :9pt; font-family :宋體;">
<td align="center" colSpan="4"><br>
<asp:button id="btnSave" runat="server" Visible="true" Text="保存" OnClick="btnSave_Click" ></asp:button><asp:button id="btnReset" runat="server" Text="退出" OnClick="btnReset_Click" ></asp:button>
</td>
</tr>
</table>
</td>
</tr>
</table>
</asp:Content>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -