预览,打印

Posted helloWord程序猿们

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了预览,打印相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style media="print">
@page {
size: auto;
margin: 0mm;
}
</style>
</head>

<body>
<p style="font-family: serif;">
备注 :1、本表一式四份,企业、功能区企业服务中心、产促中心、财政局各一份。<br/>
&nbsp;&nbsp;&nbsp;2、企业经营情况均为上一年度数据。<br/>
&nbsp;&nbsp;&nbsp;3、我区根据企业各方面综合情况给予扶持,最终根据企业实际申请的内容为准。享受政策企业须接受相关主管部门监督,若有违法违规事项,则取消扶持资格。<br/>
</p>
<div id="put" style="width: 100%;height:10%; text-align: center; font-size: 15px;padding-top: 30px;">
<div style="width:126px;height: 36px;background:#bcbcc5;margin:0 auto;padding:0 auto; border: 1px solid ;border-radius:12px">
<a href="javascript:void(0);" onclick="print_page();">
<div style="margin-top: 8px;">
打&nbsp;&nbsp;&nbsp;印
</div>
</a>
</div>
</div>
</body>
<script type="text/javascript">
function print_page() {
if (!!window.ActiveXObject || "ActiveXObject" in window) {
remove_ie_header_and_footer();
}
window.print();
};

function remove_ie_header_and_footer() {
var hkey_root, hkey_path, hkey_key;
hkey_path = "HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\PageSetup\\";
try {
var RegWsh = new ActiveXObject("WScript.Shell");
RegWsh.RegWrite(hkey_path + "header", "");
RegWsh.RegWrite(hkey_path + "footer", "");
} catch (e) {}
}
</script>
</html>

以上是关于预览,打印的主要内容,如果未能解决你的问题,请参考以下文章

JqueryPrint怎么设置可以直接先跳到打印预览的页面

c# winform 打印groupbox内容打印预览显示不全

求助!!SCRIPT打印预览时没问题,但打印时汉字全是乱码!

c#教程之打印和打印预览

电脑怎么不能打印预览?

C#教程之打印和打印预览