manageEntry.aspx
Upload User: lusr621
Upload Date: 2022-01-11
Package Size: 1001k
Code Size: 2k
Development Platform:

VBScript

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="manageEntry.aspx.cs" Inherits="manageEntry" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6. </head>
  7. <body>
  8.     <form id="form1" runat="server">
  9.     <div>
  10.         </div>
  11.         <table height="600" width="1002">
  12.             <tr>
  13.                 <td bgcolor="#d3cec7">
  14.                     <table align="center" cellpadding="0" cellspacing="0" height="226" width="397">
  15.                         <tr>
  16.                             <td background="images/dengl.jpg" valign="bottom">
  17.                                 <table align="center" height="103" width="241">
  18.                                     <tr>
  19.                                         <td class="huise1" width="233">
  20.                                             用户名:<asp:TextBox ID="txtName" runat="server" Width="80px"></asp:TextBox></td>
  21.                                     </tr>
  22.                                     <tr>
  23.                                         <td class="huise1">
  24.                                             密&nbsp; 码:
  25.                     <asp:TextBox ID="txtPass" runat="server" TextMode="Password" Width="80px"></asp:TextBox></td>
  26.                                     </tr>
  27.                                     <tr>
  28.                                         <td class="huise1">
  29.                                             <a href="#"></a>&nbsp;&nbsp;
  30.                     <asp:Button ID="btnLanding" runat="server" OnClick="Button1_Click" Text="登录" Width="64px" />
  31.                                             &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
  32.                                             <asp:Button ID="Button1" runat="server" OnClick="Button1_Click1" Text="返 回" />
  33.                                     </tr>
  34.                                 </table>
  35.                             </td>
  36.                         </tr>
  37.                     </table>
  38.                 </td>
  39.             </tr>
  40.         </table>
  41.     </form>
  42. </body>
  43. </html>