码迷,mamicode.com
首页 > 其他好文 > 详细

页面打印

时间:2015-06-29 19:31:36      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:


1
function doPrint() { 2 bdhtml = window.document.body.innerHTML; 3 sprnstr = "<!--startprint-->"; 4 eprnstr = "<!--endprint-->"; 5 prnhtml = bdhtml.substr(bdhtml.indexOf(sprnstr) + 17); 6 prnhtml = prnhtml.substring(0, prnhtml.indexOf(eprnstr)); 7 window.document.body.innerHTML = prnhtml; 8 window.print(); 9 }

页面打印代码片段

页面打印

标签:

原文地址:http://www.cnblogs.com/moye8187/p/4607776.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!