⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 register.aspx

📁 学术会议在线投稿系统 fghgfhgfhgfhfgh
💻 ASPX
📖 第 1 页 / 共 3 页
字号:
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="register.aspx.cs" Inherits="_Default" %>

<!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 id="Head1" runat="server">
    <title>register</title>


 
</head>
<body>
   <form id="form1" runat="server" >
    <h1 class="STYLE4"></h1>
   
    <div class="STYLE4">
         <div> <font style="width: 267px; height: 17px">  <span style="font-size: 24pt"><strong>
             Yee<Font color=red>W</font>en.NET &nbsp;&nbsp;</strong> </span></font></div>
              <div style="z-index: 101; left: 204px; width: 729px; position: absolute; top: 23px;
                  height: 33px">
                  <span style="color: #ff0000; background-color: #99ffcc">&nbsp; <span style="font-size: 24pt">
                      Welcome to YeeWen </span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                      &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                      &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                      &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                      &nbsp;&nbsp; &nbsp;<a href="Index.aspx">Sign out</a>
                     
                      
                      
                     </span></div>
         
        <p><font size="3"><strong>The Beuty of Scholarly Communication </strong></font>
         </p>
        <p>
            <font size="3"></font>&nbsp;</p>
   
     </div>
    
    
        <div>
            <p>
                &nbsp;</p>
            <div id="DIV1" style="z-index: 102; left: 3px; width: 264px; position: absolute;
                top: 107px; height: 107px" language="javascript" onclick="return DIV1_onclick()">
                    <p>
                        &nbsp; &nbsp; <font color="red"  size="3">
        Register an account: &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; </font><font color="red" size="3">&nbsp; </font>
                    </p>
                <ul>
                    <li>We use your primary email as 
            
                YeeWen account. 
                <p></p>
                    </li>
                    <li>The fields marked in red * are 
            required. 
              <p></p>
                    </li>
                    <li>If your primary email has been registed, please click here. </li>
                </ul>
                <p>
                    &nbsp;</p>
            </div>
        </div>
            <p>
                &nbsp;</p>
        <p>
            &nbsp;</p>
        <p>
            &nbsp;</p>
            <p>
                &nbsp;</p>
        <p>
            &nbsp;</p>
        &nbsp; &nbsp;
    &nbsp; &nbsp; &nbsp;&nbsp;<font color="red"  size="3">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
        <div style="text-align: center">
            <div style="z-index: 105; left: 274px; width: 652px; position: absolute; top: 112px;
                height: 215px; text-align: center;" id="DIV2" language="javascript" onclick="return DIV2_onclick()">
                <div style="text-align: left">
                <span style="color: navy ;background-color: #99ffcc" ><span style="color: #0000cc">Personal Information<span>(Required fields marked in
                red * )&nbsp;</span>&nbsp;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </span> &nbsp;
                </div>
                <div style="text-align: left">
                <table border="0" cellpadding="0" cellspacing="0" style="width: 648px"  >
                    <tr>
                        <td style="width: 68px; height: 25px; text-align: right;" >
                            FirstName:&nbsp;</td>
                        <td style="width: 116px; height: 25px">
                        <asp:TextBox ID="Ttb1" runat="server" Width="130px"></asp:TextBox >
                            </td>
                        <td style="width: 88px; height: 25px;"><Font color=red>*&nbsp; </font><asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="input  firstname" ControlToValidate="Ttb1" Width="104px"></asp:RequiredFieldValidator></td>
                        <td style="width: 79px; height: 25px; text-align: right;">
                            &nbsp;LastName:</td>
                        <td style="width: 160px; height: 25px">
                            <asp:TextBox ID="Ttb2" runat="server" Width="130px" OnTextChanged="Ttb2_TextChanged"></asp:TextBox>
                          </td>
                            <td style="width: 63px; height: 25px;"><Font color=red>*&nbsp; </font><asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ErrorMessage=" input lastname" ControlToValidate="Ttb2" Display="Dynamic" Width="104px"></asp:RequiredFieldValidator></td>
                    </tr>
                    <tr>
                        <td style="width: 68px; height: 45px; text-align: right;">
                            Gender:</td>
                        <td style="width: 116px; height: 45px;">
                            <asp:RadioButtonList ID="Rbl1" runat="server" AutoPostBack="True" RepeatDirection="Horizontal"
                                Width="130px"   ForeColor=black OnSelectedIndexChanged="Rbl1_SelectedIndexChanged" >
                                <asp:ListItem> Male</asp:ListItem>
                                <asp:ListItem>Female</asp:ListItem>
                            </asp:RadioButtonList></td>
                            <td style="width: 69px; height: 45px;"><Font color=red>*</font><asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="choose gender" ControlToValidate="Rbl1" Width="104px"></asp:RequiredFieldValidator></td>
                        <td style="width: 88px; height: 45px; text-align: right;">
                            <span style="color: red">Mobile:</span></td>
                        <td style="width: 160px; height: 45px;">
                            <asp:TextBox ID="Ttb3" runat="server" Width="130px"></asp:TextBox></td>
                            <td style="width: 63px; height: 45px;"><Font color=red>*
                                <asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" ControlToValidate="Ttb3"
                                    ErrorMessage="mobile's error" ValidationExpression="(^[0-9]{3,4}\-[0-9]{3,8}$)|(^[0-9]{3,8}$)|(^\([0-9]{3-4}\)[0-9]{3,8}$)|(^0{0,1}13[0-9]{9}$)"
                                    Width="104px"></asp:RegularExpressionValidator></font></td>
                    </tr>
                    <tr>
                        <td style="width: 68px; height: 38px; text-align: right;">
                            Email:&nbsp;
                        </td>
                        <td style="width: 116px; height: 38px;">
                            <asp:TextBox ID="Ttb4" runat="server" Width="130px"></asp:TextBox></td>
                         <td style="width: 69px; height: 38px;"><Font color=red>*&nbsp;
                             <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="Ttb4"
                                 ErrorMessage="email's error" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"
                                 Width="104px"></asp:RegularExpressionValidator></font></td>
                        <td style="width: 88px; height: 38px; text-align: right;">
                            &nbsp; &nbsp;&nbsp; PreFix:</td>
                        <td style="width: 160px; height: 38px;">
                            <asp:DropDownList ID="Ddl1" runat="server" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged" Width="130px">

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -