📄 index.aspx
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Index.aspx.vb" Inherits="Exam.Index"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>在线考试系统 --- 首页</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
</HEAD>
<body bgColor="#ffffff" leftMargin="0" topMargin="0" MS_POSITIONING="GridLayout" MARGINWIDTH="0"
MARGINHEIGHT="0">
<form id="Form1" method="post" runat="server">
<TABLE cellSpacing="0" cellPadding="0" width="480" align="center" border="0">
<TR>
<TD colSpan="5"><IMG height="91" alt="" src="images/Index_1.jpg" width="480"></TD>
<TD><IMG height="91" alt="" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD colSpan="3"><IMG height="4" alt="" src="images/Index_2.jpg" width="350"></TD>
<TD rowSpan="6"><asp:imagebutton id="btnlogin" runat="server" EnableViewState="False" ImageUrl="images/btnlogin.jpg"
BorderWidth="0px"></asp:imagebutton></TD>
<TD rowSpan="8"><IMG height="189" alt="" src="images/Index_4.jpg" width="48"></TD>
<TD><IMG height="4" alt="" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD rowSpan="7"><IMG height="185" alt="" src="images/Index_5.jpg" width="198"></TD>
<TD bgColor="#2599e6"><asp:textbox id="txtid" runat="server" Height="20px" Width="145px"></asp:textbox></TD>
<TD rowSpan="7"><IMG height="185" alt="" src="images/Index_7.jpg" width="7"></TD>
<TD><IMG height="22" alt="" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD><IMG height="6" alt="" src="images/Index_8.jpg" width="145"></TD>
<TD><IMG height="6" alt="" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD bgColor="#2599e6"><asp:textbox id="txtname" runat="server" Height="20px" Width="145px"></asp:textbox></TD>
<TD><IMG height="22" alt="" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD><IMG height="8" alt="" src="images/Index_10.jpg" width="145"></TD>
<TD><IMG height="8" alt="" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD bgColor="#2599e6" rowSpan="2"><asp:textbox id="txtpass" runat="server" Height="20px" Width="145px" TextMode="Password"></asp:textbox></TD>
<TD><IMG height="20" alt="" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD rowSpan="2"><IMG height="107" alt="" src="images/Index_12.jpg" width="82"></TD>
<TD><IMG height="2" alt="" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD><IMG height="105" alt="" src="images/Index_13.jpg" width="145"></TD>
<TD><IMG height="105" alt="" src="images/spacer.gif" width="1"></TD>
</TR>
</TABLE>
<center>
<asp:requiredfieldvalidator id="RequiredFieldValidator1" runat="server" ControlToValidate="txtpass" ErrorMessage="密码不能为空!"
Width="112px"></asp:requiredfieldvalidator>
<asp:requiredfieldvalidator id="RequiredFieldValidator2" runat="server" ControlToValidate="txtname" ErrorMessage="用户名不能为空!"></asp:requiredfieldvalidator>
<asp:RegularExpressionValidator id="RegularExpressionValidator1" runat="server" ErrorMessage="学号必须为数字!" ControlToValidate="txtid"
ValidationExpression="[0-9]{1,15}"></asp:RegularExpressionValidator>
</center>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -