📄 listfoot.asp
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -