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

📄 createtest.aspx

📁 考试系统,测试帐号:学生ID:012003021314
💻 ASPX
字号:
<%@ Page language="c#" Inherits="TestOnline.Migrated_createTest" smartNavigation="True" CodeFile="createTest.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>createTest</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">
		<script language="javascript">  
             function  f1()  
             {  
                     document.all(  "div1").style.display  =  '';  
                     document.all(  "div2").style.display  =  'none';  
             }  
             function  f2()  
             {  
                     document.all(  "div1").style.display  =  'none';  
                     document.all(  "div2").style.display  =  '';  
             }  
		</script>
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<table width="1000" border="0">
				<tr>
					<td width="1000" background="images\3.jpg" height="164">&nbsp;</td>
				</tr>
				<tr>
					<td align="center" height="300">
						<table borderColor="#0066cc" width="1000" align="center" border="1" bgColor="#99ff99">
							<tr bgcolor="#ffff33">
								<td><FONT face="宋体"><a name="top"></a>考生学号:
										<asp:label id="lbl_stuId" runat="server" ForeColor="Red"></asp:label></FONT></td>
								<td><FONT face="宋体">考生姓名:
										<asp:label id="lbl_stuName" runat="server" ForeColor="Red"></asp:label></FONT></td>
							</tr>
							<tr bgcolor="#99ccff">
								<td align="center" colSpan="2"><FONT face="宋体" size="30">《<asp:label id="lbl_courseName" runat="server" ForeColor="Black" Font-Bold="True" Height="30px"></asp:label>》考试试题</FONT></td>
							</tr>
							<tr>
								<td colSpan="2"><FONT face="宋体" color="#ff0033">考试过程中请不要刷新!否则选择结果会清空!</FONT></td>
							</tr>
							<tr bgcolor="#ffcc33">
								<td style="HEIGHT: 25px"><FONT face="宋体">考试题全部是选择题,共50道!(分两页)</FONT></td>
								<td style="HEIGHT: 25px"><asp:imagebutton id="Ibtn_submit" runat="server" ImageUrl="images\btn_submit.gif" ToolTip="交卷后不可再考试!"></asp:imagebutton></td>
							</tr>
							<tr>
								<td align="center" colSpan="2">
									&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="button" value="第1页" name="bt1" OnClick="f1()">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
									&nbsp; <input type="button" value="第2页" name="bt2" OnClick="f2()">
								</td>
							</tr>
							<tr>
								<td colSpan="2" height="600">&nbsp;
									<div id="div2" style="DISPLAY: none">
										<asp:Panel id="Panel2" runat="server">
											<FONT face="宋体"></FONT>
										</asp:Panel></div>
									<div id="div1"><FONT face="宋体"></FONT>
										<asp:panel id="Panel1" runat="server">
											<FONT face="宋体"></FONT>
										</asp:panel></div>
								</td>
							</tr>
							<tr>
								<td align="center" colSpan="2"><a href="#top">返回顶端</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
									&nbsp; <input type="button" value="第1页" name="bt1" OnClick="f1()">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
									&nbsp; <input type="button" value="第2页" name="bt2" OnClick="f2()">
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td height="200"><FONT face="宋体"></FONT></td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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