UserOrder.aspx
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:6k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" MasterPageFile="~/AppMaster.master" AutoEventWireup="true" CodeFile="UserOrder.aspx.cs" Inherits="UserOrder" Title="填写订单" %>
  2. <asp:Content ID="Content2" ContentPlaceHolderID="phMain" Runat="Server">
  3. <body>
  4.         <br />
  5.         <br />
  6.         <br />
  7. <br />
  8. <br />
  9.        <table  style="position: static; width: 520px; height: 320px; background-image: url(images/aa.JPG); border-left-color: #ffffff; border-bottom-color: #ffffff; border-top-style: inset; border-top-color: #ffffff; border-right-style: inset; border-left-style: inset; border-right-color: #ffffff; border-bottom-style: inset;" align="center">
  10.             <tr>
  11.                 <td style="height: 40px" colspan="2">
  12.                     <strong><span style="font-size: 24pt"></span></strong></td>
  13.                 <td colspan="1" style="width: 144px; height: 40px">
  14.                 </td>
  15.             </tr>
  16.             <tr>
  17.                 <td style="width: 152px; height: 17px; text-align: right">
  18.                     <span style="color: #ff0033"><strong>&nbsp;&nbsp;
  19.                     姓&nbsp; &nbsp;名:</strong></span>&nbsp;</td>
  20.                 <td style="width: 143px; height: 17px">
  21.                     <asp:TextBox ID="TextBox2" runat="server" Style="position: static"></asp:TextBox>
  22.                     </td>
  23.                 <td style="width: 144px; height: 17px">
  24.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox2"
  25.                         ErrorMessage="*" Style="position: static"></asp:RequiredFieldValidator>
  26.                 </td>
  27.             </tr>
  28.             <tr>
  29.                 <td style="width: 152px; height: 21px; text-align: right">
  30.                     <strong><span style="color: #ff0033">
  31.                     邮政编码:</span></strong></td>
  32.                 <td style="width: 143px; height: 21px">
  33.                     <asp:TextBox ID="TextBox3" runat="server" Style="position: static"></asp:TextBox>
  34.                     </td>
  35.                 <td style="width: 144px; height: 21px">
  36.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox3"
  37.                         ErrorMessage="*" Style="position: static"></asp:RequiredFieldValidator>
  38.                     <asp:RegularExpressionValidator ID="RegularExpressionValidator3" runat="server" ControlToValidate="TextBox3"
  39.                         ErrorMessage="错误的邮编" Style="position: static" ValidationExpression="d{6}" Enabled="False"></asp:RegularExpressionValidator></td>
  40.             </tr>
  41.             <tr>
  42.                 <td style="width: 152px; height: 78px; text-align: right">
  43.                     <strong><span style="color: #ff0033">
  44.                     收货地址:</span></strong></td>
  45.                 <td style="width: 143px; height: 78px">
  46.                     <asp:TextBox ID="TextBox1" runat="server" Height="72px" Style="position: static"
  47.                         TextMode="MultiLine" Width="264px"></asp:TextBox>
  48.                     </td>
  49.                 <td style="width: 144px; height: 78px">
  50.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="TextBox1"
  51.                         ErrorMessage="*" Style="position: static"></asp:RequiredFieldValidator>
  52.                 </td>
  53.             </tr>
  54.             <tr>
  55.                 <td style="width: 152px; height: 14px; text-align: right">
  56.                     <span style="color: #ff0033"><strong>
  57.                     移动电话:</strong></span></td>
  58.                 <td style="width: 143px; height: 14px">
  59.                     <asp:TextBox ID="TextBox4" runat="server" Style="position: static"></asp:TextBox><span
  60.                         style="color: #ff0033"> </span>
  61.                     </td>
  62.                 <td style="width: 144px; height: 14px">
  63.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ControlToValidate="TextBox4"
  64.                         ErrorMessage="*" Style="position: static"></asp:RequiredFieldValidator>
  65.                     <asp:RegularExpressionValidator ID="RegularExpressionValidator6" runat="server" ControlToValidate="TextBox4"
  66.                         ErrorMessage="错误的号码" Style="position: static" ValidationExpression="d{11}" Enabled="False"></asp:RegularExpressionValidator></td>
  67.             </tr>
  68.             <tr>
  69.                 <td style="width: 152px; height: 14px; text-align: right">
  70.                     <strong><span style="color: #ff0033">
  71.                     固定电话:</span></strong></td>
  72.                 <td style="width: 143px; height: 14px">
  73.                     <asp:TextBox ID="TextBox5" runat="server" Style="position: static"></asp:TextBox></td>
  74.                 <td style="width: 144px; height: 14px">
  75.                     </td>
  76.             </tr>
  77.             <tr>
  78.                 <td style="width: 152px; height: 8px; text-align: right">
  79.                     <strong><span style="color: #ff0033">
  80.                     电子邮件:</span></strong></td>
  81.                 <td style="width: 143px; height: 8px">
  82.                     <asp:TextBox ID="TextBox6" runat="server" Style="position: static"></asp:TextBox>
  83.                     </td>
  84.                 <td style="width: 144px; height: 8px">
  85.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="TextBox6"
  86.                         ErrorMessage="*" Style="position: static"></asp:RequiredFieldValidator>
  87.                     <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ErrorMessage="错误的地址"
  88.                         Style="position: static" ValidationExpression="w+([-+.']w+)*@w+([-.]w+)*.w+([-.]w+)*" ControlToValidate="TextBox6" Enabled="False"></asp:RegularExpressionValidator></td>
  89.             </tr>
  90.             <tr>
  91.                 <td style="width: 152px; height: 23px; text-align: right">
  92.                 </td>
  93.                 <td style="width: 143px; height: 23px">
  94.                     <asp:Button ID="Button1" runat="server" Style="position: static" Text="下一步" OnClick="Button1_Click" BorderStyle="Double" Width="72px" /></td>
  95.                 <td style="width: 144px; height: 23px">
  96.                 </td>
  97.             </tr>
  98.         </table>     
  99.      
  100. </body>
  101. </asp:Content>