`

用调用浏览器打印页面1

阅读更多

<!--media=print 这个属性可以在打印时有效-->
<style media="print">
.Noprint
{
display: none;
}
</style>
<center class="Noprint">
<object id="WebBrowser" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" height="0"
width="0">
</object>
<input type="button" value="页面设置" onclick="document.all.WebBrowser.ExecWB(8,1)">
<input type="button" value="打印预览" onclick="document.all.WebBrowser.ExecWB(7,1)">
<input type="button" value="打印" onclick="document.all.WebBrowser.ExecWB(6,1)">
<input type="button" value="直接关闭" onclick="document.all.WebBrowser.ExecWB(45,1);">
</center>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics