<%@page language="java" pageEncoding="utf-8" %>
<link href="./css/styles_all.css" rel="stylesheet" type="text/css" />
<style>
@media screen{.onlyPrint{display:none}}
@media print{
	.NotPrint{display:none;}
	.PageNext{page-break-after: always;}
}

input {
	color: #000000; 
	background-color: #F7F7F7;
	font-size: 12px; 
	border: 1px solid navy;
	padding-bottom: 1px;
}
</style>
<script type="text/javascript">
function check(){
	form1.action = "/zhyw/smtj/StatALLScore.jsp";
	form1.submit();
}

</script>
<center class="NotPrint">
 <form name="form1" id="form1" method="post">
  <OBJECT  id=WebBrowser  classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2  height=0  width=0>
  </OBJECT>
  <input type=button class="box_button"  value="直接打印" onclick=document.all.WebBrowser.ExecWB(6,6)>
  <input type=button class="box_button"  value="页面设置" onclick=document.all.WebBrowser.ExecWB(8,1)>
  <input type=button class="box_button"  value="打印预览"  onclick=document.all.WebBrowser.ExecWB(7,1)>
  </form>
</center>