📄 login.aspx
字号:
<%@ Page language="c#" Codebehind="login.aspx.cs" AutoEventWireup="false" Inherits="图书管理.admin.login" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>login</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<BODY bgColor="#ffffff" onload="setfocus()">
<
<script language="javascript">
function setfocus()
{
document.Form1.TextBox1.focus();
}
function txtConfirm(theform)
{
if (theform.TextBox1.value=="")
{
alert("用户名不能为空!");
theform.TextBox1.focus();
return(false);
}
if (theform.TextBox2.value=="")
{
theform.TextBox2.focus();
return(false);
}
//theform.ImageButton1.focus();
// return(false);
}
</script>
<form id="Form1" onsubmit="javascript:return txtConfirm(this);" method="post" runat="server">
<asp:image id="Image1" style="Z-INDEX: 101; LEFT: 0px; POSITION: absolute; TOP: 8px" runat="server"
ImageUrl="../image\login_r1_c1.jpg" Height="57px" Width="985px"></asp:image>
<MARQUEE id="ccc" onmouseover="ccc.stop()" style="Z-INDEX: 117; LEFT: 696px; POSITION: absolute; TOP: 96px"
onmouseout="ccc.start()" scrollAmount="1" scrollDelay="30" direction="up" width="202"
height="152" Author:redriver>
<P><FONT color="#53a9ff" size="2"><BR>
欢迎进入</SPAN></B>
<BR>
<BR>
本图书管理系统中有大量的图书,并且分门别类的显示在本系统中.本系统的特点是功能强大、操作简单.您只要需要注册成为会员就可以在本系统中借阅您想看的图书.</SPAN>
<BR>
欢迎大家访问本系统,谢谢!</SPAN> </FONT>
</P>
</MARQUEE>
<asp:hyperlink id="HyperLink2" style="Z-INDEX: 116; LEFT: 744px; POSITION: absolute; TOP: 448px"
runat="server" Height="8px" Width="54px" Font-Size="8pt">立即注册</asp:hyperlink><asp:hyperlink id="HyperLink1" style="Z-INDEX: 115; LEFT: 816px; POSITION: absolute; TOP: 448px"
runat="server" Height="8px" Width="50px" Font-Size="8pt" NavigateUrl="index.aspx">以后注册</asp:hyperlink><asp:imagebutton id="ImageButton1" style="Z-INDEX: 114; LEFT: 760px; POSITION: absolute; TOP: 408px"
runat="server" ImageUrl="..\image\5.jpg" Height="24px" Width="36px"></asp:imagebutton><asp:textbox id="TextBox2" style="Z-INDEX: 113; LEFT: 784px; POSITION: absolute; TOP: 368px"
tabIndex="2" runat="server" Height="18px" Width="68px" BorderStyle="Groove" TextMode="Password"></asp:textbox><asp:textbox id="TextBox1" style="Z-INDEX: 112; LEFT: 784px; POSITION: absolute; TOP: 344px"
runat="server" Height="18px" Width="68px" Font-Size="Smaller" BorderStyle="Groove"></asp:textbox><asp:imagebutton id="ImageButton3" style="Z-INDEX: 111; LEFT: 816px; POSITION: absolute; TOP: 408px"
tabIndex="4" runat="server" ImageUrl="..\image\4.jpg" Height="24px" Width="36px"></asp:imagebutton><asp:image id="Image11" style="Z-INDEX: 110; LEFT: 900px; POSITION: absolute; TOP: 296px" runat="server"
ImageUrl="../image\login_r6_c4.jpg" Height="190px" Width="90px"></asp:image><asp:image id="Image10" style="Z-INDEX: 109; LEFT: 696px; POSITION: absolute; TOP: 64px" runat="server"
ImageUrl="../image\login_r3_c3.jpg" Height="240px" Width="291px"></asp:image><asp:image id="Image12" style="Z-INDEX: 108; LEFT: 696px; POSITION: absolute; TOP: 464px" runat="server"
ImageUrl="../image\login_r7_c3.jpg" Height="22px" Width="208px"></asp:image><asp:image id="Image18" style="Z-INDEX: 107; LEFT: 696px; POSITION: absolute; TOP: 304px" runat="server"
ImageUrl="../image\login_r6_c3.gif" Height="160px" Width="202px"></asp:image><asp:image id="Image8" style="Z-INDEX: 106; LEFT: 8px; POSITION: absolute; TOP: 484px" runat="server"
ImageUrl="..\image\login_r8_c1.jpg" Height="64px" Width="982px"></asp:image><asp:image id="Image7" style="Z-INDEX: 105; LEFT: 0px; POSITION: absolute; TOP: 320px" runat="server"
ImageUrl="../image\login_r5_c1.jpg" Height="164px" Width="293px"></asp:image><asp:image id="Image6" style="Z-INDEX: 104; LEFT: 8px; POSITION: absolute; TOP: 248px" runat="server"
ImageUrl="../image\login_r4_c1.jpg" Height="73px" Width="285px"></asp:image><asp:image id="Image9" style="Z-INDEX: 103; LEFT: 296px; POSITION: absolute; TOP: 64px" runat="server"
ImageUrl="../image\login_r3_c2.jpg" Height="422px" Width="405px"></asp:image><asp:image id="Image2" style="Z-INDEX: 102; LEFT: 0px; POSITION: absolute; TOP: 64px" runat="server"
ImageUrl="../image\login_r2_c1.jpg" Height="184px" Width="293px"></asp:image></form>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -