📄 mainreportall.vm
字号:
<html>
<head>
<title>报表输出</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="$request.getContextPath()/csslib/style.css">
<script Language="JavaScript" src="$request.getContextPath()/jslib/page.js"></script>
</head>
<script language="javascript">
function init()
{
frmright.location="$request.getContextPath()/sendreport.do?method=queryreportall&reporttype=$!sendreportform.getReporttype()&year=$!sendreportform.getYear()&month=$!sendreportform.getMonth()&day=$!sendreportform.getDay()";
}
</script>
<br>
<body scroll=no onLoad="init()">
<table width="95%" border="0" cellpadding="0" cellspacing="0" id="tab1" align=center bordercolor="#000000">
<tr align=center height=40>
<td align=right><button onClick="makeexcel(self.frmright.document.all('tab1'))" accesskey="E">生成EXCEL(E)</button></td>
</tr>
<tr height=420>
<td colspan=2>
<iframe frameborder=0 id=frmright name="frmright" scrolling=yes src="" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1"></iframe>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -