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

📄 listhead.asp

📁 学生档案与成绩管理(1)学生档案管理:记录每个学生的档案信息
💻 ASP
字号:
<link href="../include/main.css" rel="stylesheet" type="text/css">
<script src="../include/function.js" type="text/javascript"></script>
<script ID="clientEventHandlersJS" LANGUAGE="javascript">
<!--

function window_onload(){
	if (parent.parent.Content.cols == '0,0,*')
	{
		document.all['divShowSearch'].style.visibility = 'visible'
	}
	else
	{
		document.all['divShowSearch'].style.visibility = 'hidden'
	}
	SetRows();
}
function window_onresize() 
{
	SetRows();
}
function SetRows()
{
	parent.RightPanel.rows=RightHeadTable.clientHeight + ",*";
}
function ShowSearch()
{
	document.all['divShowSearch'].style.visibility = 'hidden'
	parent.parent.window.Content.cols = "215,1,*"
}

function Print() 
{
	window.parent.RightData.PrintReport();
}

function Export() 
{
	window.showModalDialog("frame.asp?target=exportstep1.asp","","dialogwidth:420px;dialogheight:270px;Status:0;center:1;resizable=1;");
}

//-->
</script>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
	</head>
	<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="window_onload()" onresize="window_onresize()">
		<table id="RightHeadTable" name="RightHeadTable" width="100%" border="0" cellPadding=0 cellSpacing=0>
			<tr height="20">
				<td width="1%">
						<div id="divShowSearch" align="left">
							<img src="../images/show.gif" alt="显示查询条件" style="cursor:hand" onClick="ShowSearch()" width="26" height="20" border="0">
						</div>
				</td>
				<td width="63%">
					<p align="left" id="PageNavigate">
					</p>
				</td>
				<td width="36%">
					<p align="right">
						<input type="button" name="btnPrint" disabled value="打印" style="cursor:hand; WIDTH: 50px; HEIGHT: 24px" LANGUAGE="javascript" onclick="return Print()">
						<input type="button" name="btnExport" disabled value="导出" style="cursor:hand; WIDTH: 50px; HEIGHT: 24px" LANGUAGE="javascript" onclick="return Export()">
					</p>
				</td>
				<iframe id="SaveArea" name="SaveArea" style="visibility:hidden" width="0" height="0" frameborder="0" src="">
				</iframe>
			</tr>
		</table>
	</body>                                                                                                           
</html>

⌨️ 快捷键说明

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