listfoot.asp

来自「学生档案与成绩管理(1)学生档案管理:记录每个学生的档案信息」· ASP 代码 · 共 42 行

ASP
42
字号
<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!--

function window_onload() {
	try
	{
		parent.RightPanel.rows=parent.RightHead.RightHeadTable.clientHeight + ",*," + RightFootTable.clientHeight;
	}
	catch(e)
	{
	}
}

function window_onresize() {
	try
	{
		parent.RightPanel.rows=parent.RightHead.RightHeadTable.clientHeight + ",*," + RightFootTable.clientHeight;
	}
	catch(e)
	{
	}
}

//-->
</SCRIPT>
<link href="../include/main.css" rel="stylesheet" type="text/css">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
	</head>
	<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" LANGUAGE=javascript onload="return window_onload()" onresize="return window_onresize()">
		<table id=RightFootTable name=RightFootTable width="100%" border="0" cellPadding=0 cellSpacing=0>
			<tr>
				<td width=100%>
					<p align="center" id="SummaryLine">
					</p>
				</td>
			</tr>
		</table>
	</body>                                                                                                           
</html>

⌨️ 快捷键说明

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