📄 purchase.aspx
字号:
'clint_idtxt.Text = ""
billing_date.Text = ""
billing_country.SelectedIndex = "0"
billing_state.SelectedIndex = "0"
billing_city.Text = ""
billing_post.Text = ""
billing_phno.Text = ""
select_creditcard.SelectedIndex = "0"
delivery.SelectedIndex = "0"
card_number.Text = ""
card_year.SelectedIndex = "0"
card_month.SelectedIndex = "0"
bank_name.Text = ""
email_add.Text = ""
click_sign.Checked = False
End If
End Sub
</script>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table border="1" height="92" style="width: 881px">
<tr bgcolor="#999999">
<td colspan="2" style="background-image: url(images/footer_bg.gif); height: 28px;
text-align: center">
<strong><span style="font-size: 16pt; color: #ffffff">Do Your Transactions</span></strong></td>
</tr>
<tr bgcolor="#9999ff" style="color: #000000">
<td colspan="2" style="text-align: center">
<strong><span style="font-size: 14pt">Product Information </span></strong>
</td>
</tr>
<tr bgcolor="#000000" style="color: #000000">
<td bgcolor="#ffffff" colspan="2" rowspan="2" style="text-align: center">
<table style="width: 58%">
<tr>
<td style="width: 7px">
</td>
<td style="text-align: right">
TransactionNumber:</td>
<td style="text-align: left">
<asp:TextBox ID="trans_number" runat="server" Enabled="False" Width="59px"></asp:TextBox></td>
<td>
</td>
</tr>
<tr>
<td style="width: 7px">
Quantity:</td>
<td style="text-align: left">
<asp:TextBox ID="pro_quantity" runat="server" Width="53px" Enabled="False"></asp:TextBox></td>
<td style="text-align: right">
Total Price:</td>
<td style="text-align: left">
<asp:TextBox ID="total_price" runat="server" Enabled="False" Width="87px"></asp:TextBox>(In
Rupees)</td>
</tr>
<tr>
<td style="width: 7px">
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#000000" style="color: #000000">
</tr>
<tr bgcolor="#9999ff" style="color: #000000">
<td colspan="2" style="text-align: center">
<span style="font-size: 14pt"><strong> Billing Information </strong></span>
</td>
</tr>
<tr bgcolor="#000000" style="color: #000000">
<td bgcolor="#ffffff" colspan="2" style="text-align: center">
<table style="width: 722px">
<tr>
<td style="text-align: right">
<span>Full Name:</span></td>
<td style="width: 209px; color: #ff0000; text-align: left">
<asp:TextBox ID="clintfull_name" runat="server" Enabled="False"></asp:TextBox></td>
<td style="width: 118px; color: #000000; text-align: right">
CustomerId: </td>
<td style="width: 3px; text-align: left; color: #000000;">
<asp:TextBox ID="clint_idtxt" runat="server" Enabled="False"></asp:TextBox></td>
</tr>
<tr style="color: #000000">
<td style="text-align: right" valign="top">
Billing Address:</td>
<td style="width: 209px; text-align: left">
<asp:TextBox ID="probilling_address" runat="server" Enabled="False" Height="83px"
TextMode="MultiLine" Width="215px"></asp:TextBox></td>
<td style="width: 118px; text-align: right" valign="top">
<span>Bill</span>ingDate:<br />
<br />
<br />
<br />
BillingTime:</td>
<td style="width: 3px; text-align: left" valign="top">
<asp:TextBox ID="billing_date" runat="server" Enabled="False" Width="147px"></asp:TextBox><br />
<br />
<br />
<asp:TextBox ID="bill_time" runat="server" Enabled="False"></asp:TextBox></td>
</tr>
<tr style="color: #000000">
<td style="text-align: right">
<span>Country:</span></td>
<td style="width: 209px; color: #ff0000; text-align: left">
<asp:DropDownList ID="billing_country" runat="server" AutoPostBack="True" OnSelectedIndexChanged="billing_country_SelectedIndexChanged">
<asp:ListItem>[Select Country]</asp:ListItem>
<asp:ListItem>India</asp:ListItem>
<asp:ListItem>Iceland</asp:ListItem>
<asp:ListItem>Australia</asp:ListItem>
<asp:ListItem>Brasil</asp:ListItem>
<asp:ListItem>Canada</asp:ListItem>
<asp:ListItem>China</asp:ListItem>
<asp:ListItem>Japan</asp:ListItem>
<asp:ListItem>New Zealand</asp:ListItem>
<asp:ListItem>UK</asp:ListItem>
<asp:ListItem>Singapore</asp:ListItem>
<asp:ListItem>Malaysia</asp:ListItem>
<asp:ListItem>Mexico</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 118px; text-align: right">
State<span style="color: red">*<span style="color: black">:</span></span></td>
<td style="width: 3px; text-align: left">
<asp:DropDownList ID="billing_state" runat="server">
<asp:ListItem>[Select State]</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td style="text-align: right">
City<span style="color: red">*</span>:</td>
<td style="width: 209px; text-align: left">
<asp:TextBox ID="billing_city" runat="server"></asp:TextBox></td>
<td style="width: 118px; text-align: right">
Zip/ Postal Code<span style="color: red">*</span>:</td>
<td style="width: 3px; text-align: left">
<asp:TextBox ID="billing_post" runat="server" Width="63px"></asp:TextBox></td>
</tr>
<tr>
<td style="text-align: right">
Another EMailAddress<span style="color: red"></span>:</td>
<td style="width: 209px; text-align: left">
<asp:TextBox ID="clint_email" runat="server" Width="216px"></asp:TextBox>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="clint_email"
ErrorMessage="*Not a valid Email Id" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"
Width="164px"></asp:RegularExpressionValidator></td>
<td style="width: 118px; text-align: right" valign="top">
PhoneNo:</td>
<td style="width: 3px; text-align: left" valign="top">
<asp:TextBox ID="billing_phno" runat="server" Enabled="False" Width="82px"></asp:TextBox></td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#9999ff">
<td colspan="2" style="text-align: center">
<span style="font-size: 14pt"><strong> Credit Card Details </strong></span>
</td>
</tr>
<tr bgcolor="#000000">
<td bgcolor="#ffffff" colspan="2" style="text-align: center">
<table style="width: 702px">
<tr>
<td style="height: 19px; text-align: right">
Select Type Of Credit Card:</td>
<td style="width: 195px; height: 19px; text-align: left">
<asp:DropDownList ID="select_creditcard" runat="server">
<asp:ListItem>[Select Credit Card]</asp:ListItem>
<asp:ListItem>Visa</asp:ListItem>
<asp:ListItem>American Express</asp:ListItem>
<asp:ListItem>Discover</asp:ListItem>
<asp:ListItem>Amx</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 8px; height: 19px; text-align: right">
CardNumbe:
</td>
<td style="width: 3px; height: 19px; text-align: left">
<asp:TextBox ID="card_number" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="text-align: right">
Expiration Date</td>
<td style="width: 195px; text-align: left">
<asp:DropDownList ID="card_month" runat="server" >
<asp:ListItem>[Month]</asp:ListItem>
<asp:ListItem>January</asp:ListItem>
<asp:ListItem>February</asp:ListItem>
<asp:ListItem>March</asp:ListItem>
<asp:ListItem>April</asp:ListItem>
<asp:ListItem>May</asp:ListItem>
<asp:ListItem>June</asp:ListItem>
<asp:ListItem>July</asp:ListItem>
<asp:ListItem>August</asp:ListItem>
<asp:ListItem>September</asp:ListItem>
<asp:ListItem>October</asp:ListItem>
<asp:ListItem>November</asp:ListItem>
<asp:ListItem>December</asp:ListItem>
</asp:DropDownList>
/
<asp:DropDownList ID="card_year" runat="server">
<asp:ListItem>[Year]</asp:ListItem>
<asp:ListItem>2008</asp:ListItem>
<asp:ListItem>2009</asp:ListItem>
<asp:ListItem>2010</asp:ListItem>
<asp:ListItem>2011</asp:ListItem>
<asp:ListItem>2012</asp:ListItem>
<asp:ListItem>2013</asp:ListItem>
<asp:ListItem>2014</asp:ListItem>
<asp:ListItem>2015</asp:ListItem>
<asp:ListItem>2016</asp:ListItem>
<asp:ListItem>2017</asp:ListItem>
<asp:ListItem>2018</asp:ListItem>
<asp:ListItem>2019</asp:ListItem>
<asp:ListItem>2020</asp:ListItem>
</asp:DropDownList></td>
<td colspan="2" style="text-align: center">
<span style="font-size: 12pt; font-family: 'Times New Roman','serif'; mso-fareast-font-family: Batang;
mso-ansi-language: EN-US; mso-fareast-language: KO; mso-bidi-language: AR-SA">Delivery
Option :<asp:DropDownList ID="delivery" runat="server">
<asp:ListItem>[Select]</asp:ListItem>
<asp:ListItem>By Air</asp:ListItem>
<asp:ListItem>By Road</asp:ListItem>
<asp:ListItem>By Sea</asp:ListItem>
</asp:DropDownList></span></td>
</tr>
<tr>
<td colspan="4" style="text-align: right">
</td>
</tr>
<tr>
<td colspan="4" rowspan="3" style="text-align: center">
Enter the Bank name on the back of the credit card:
<asp:TextBox ID="bank_name" runat="server" Width="295px"></asp:TextBox></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#9999ff">
<td colspan="2" style="text-align: center">
<span style="font-size: 14pt"> <strong>Order Submission</strong> </span></td>
</tr>
<tr bgcolor="#ffffff">
<td colspan="2" style="text-align: center">
<span style="font-size: 11pt">Electronically sign your order form by filling in your
email address and clicking the check box to indicate that all of the information
in this form is accurate and that you have the legal right to place this order using
the credit card described.<br />
<br />
<table style="width: 702px">
<tr>
<td colspan="2" style="text-align: center">
Registered EMail Address For Varification<span style="color: #ff0000">*</span>:<asp:TextBox
ID="email_add" runat="server" Width="185px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" style="text-align: center">
<asp:CheckBox ID="click_sign" runat="server" Text="Click to Sign" Width="102px" /></td>
</tr>
</table>
</span>
</td>
</tr>
<tr bgcolor="#ffffff">
<td colspan="2" style="text-align: center">
<asp:Button ID="submit" runat="server" OnClick="submit_Click" Text="Continue" /></td>
</tr>
<tr bgcolor="#ffffff">
<td colspan="2" style="text-align: center">
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -