You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.2 KiB
32 lines
1.2 KiB
<%@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(){
|
|
document.getElementById("form1").submit();
|
|
}
|
|
</script>
|
|
<center class="NotPrint">
|
|
<form name="form1" id="form1" method="post">
|
|
<embed id=WebBrowser classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 width=0>
|
|
<input type=button class="box_button" value="直接打印" onclick="document.getElementById('WebBrowser').contentWindow.execScript('print()')">
|
|
<input type=button class="box_button" value="页面设置" onclick="document.getElementById('WebBrowser').contentWindow.execScript('window.print()')">
|
|
<input type=button class="box_button" value="打印预览" onclick="document.getElementById('WebBrowser').contentWindow.execScript('window.printPreview()')">
|
|
<a href="javascript:window.close();"><img src="../../images1/gb.png" alt="关闭" border="0" /></a>
|
|
</form>
|
|
</center>
|