摘要:
1 <html> 2 <title>JS 分页批量打印解决方案(只支持IE)</title> 3 <script language="javascript"> 4 function printWithAlert() { 5 document.all.WebBrowser.ExecWB(6,1); 6 } 7 function printWithoutAlert() { 8 document.all.WebBrowser.ExecWB(6,6); 9 } 10 function printSetup(...
阅读全文