复制代码 代码如下:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>javascript打印页面</title>
<script type="text/javascript"><!--
function fPrint(){
//隐藏不需要打印的内容.
document.getElementById("divOperate").style.display="none";
document.all.WebBrowser.ExecWB(7,1);
document.getElementById("divOperate").style.display="block";
}

// --></script>
</head>
<body>
<div id="divOperate">
<a href="javascript:void(0);" href="javascript:void(0);" onclick="fPrint();">打印</a>
<object id="WebBrowser" width="10" height="10" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></object>
</div>
<div id="divPrint">
<div>设置标题</div>
<table border="1">
<tr>
<td>这里是要打印的内容</td>
<td>hello</td>
<td>hello</td>
</tr>
<tr>
<td>hello</td>
<td>hello</td>
<td>hello</td>
</tr>
</table>
</div>
</body>
</html>
标签:
javascript,打印页面

免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com

评论“javascript 打印页面代码”

暂无“javascript 打印页面代码”评论...