adminlogin.aspx
来自「天织在线购物网站完整源码及文档 本网站是一套基于Web2.0思想设计、采用」· ASPX 代码 · 共 46 行
ASPX
46 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="adminlogin.aspx.cs" Inherits="Manage_adminlogin" %>
<!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 runat="server">
<link rel="shortcut icon" type="image/ico" href="../favicon.ico"/>
<title>管理员登陆</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table style="z-index: 100; left: 372px; position: absolute; top: 250px">
<tr>
<td style="width: 100px">
管理员名字:</td>
<td style="width: 100px">
<asp:TextBox ID="adminnametxt" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
管理员密码:</td>
<td style="width: 100px">
<asp:TextBox ID="passtxt" runat="server" TextMode="Password" Width="149px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
验<span style="color: #ffffff">__</span>证<span style="color: #ffffff">__</span>码:</td>
<td style="width: 100px">
<asp:TextBox ID="yzmtxt" runat="server"></asp:TextBox>
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Manage/Img.aspx" />
</td>
</tr>
<tr>
<td style="width: 100px">
</td>
<td style="width: 100px">
<asp:Button ID="querenbtn" runat="server" Text="确认" OnClick="querenbtn_Click" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?