@media print    {    .noprint{       display:none;     }      div#mainlist table{         margin:0pt;         padding:0pt;        ...
生成附加码图片的代码及jsp,经过测试
[code] <%         response.reset();         response.setContentType("application/vnd.ms-excel;charset=utf-8");         response.setHeader("Content-Disposition", "inline;filename= ...
2007-09-28

web打印

           var x;           function window.onbeforeprint(){                   x=document.body.innerHTML;                 document.body.innerHTML=document.getElementById("printpage").innerHTML;             }           function window.onafterprint(){                 document.body.innerHTML ...