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

📄 left_student.htm

📁 利用C#编写一个简单的考试系统。主要功能是
💻 HTM
字号:
<%@ Page CodeBehind="left.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="Teach_Manager.left" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<title>Untitled Document</title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<script language="VBScript">
window.status="上机作业系统"
		</script>
		<script language="javascript">
function logout()
{
	var yn=false;
	yn=window.confirm("确定要注销退出吗?");
	if(yn)	
	{	    
        //window.top.location.href("WebForm1.aspx");
        //window.opener=null;
        //window.close();
       // opener.close();
       window.top.location.href("WebForm1.aspx"); 
    }
		//window.location.href="../default.aspx";
}
		</script>
	</head>
	<style type="text/css">user {FONT-SIZE: 9pt}
A:link {COLOR: #996600; CURSOR: hand; TEXT-DECORATION: none}
A:visited { color:#996600;TEXT-DECORATION: none}
A:hover {color:#ff0000; TEXT-DECORATION: none}
td{font-size:10pt;text-align:center}
</style>
	<body>
		<table width="112" border="0" align="right" cellpadding="0" cellspacing="0">
			<!--DWLayoutDefaultTable-->
			<tr>
				<td width="112" height="20" valign="top"><div align="center"><font size="2"><a href="student/manageexercise.aspx?type=3" target="right">上机作业系统</a></font></div>
				</td>
			</tr>
			<tr>
				<td height="20" valign="top"><div align="center"><font size="2"><a href="Common/uppassword.aspx" target="right">修改密码</a></font></div>
				</td>
			</tr>
			<tr>
				<td height="20" valign="top"><div align="center"><font size="2"><a href="main.htm" target="right">返回</a></font></div>
				</td>
			</tr>
			<tr>
				<td height="20" valign="top"><div align="center"><font size="2"><a href="WebForm1.aspx" target="_parent">注销登录</a></font></div>
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

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