文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>asp.net web实现页面部分打印(转)

asp.net web实现页面部分打印(转)

时间:2011-04-09  来源:郑文亮

function pritinf() {
            var nw = window.open('', '', 'width=800,height=600');
            nw.document.open("text/html", "GB2312");
            nw.document.write('<link rel="stylesheet" type="text/css" href="css/css2.css" />');
            nw.document.write('<body>');
            nw.document.write("<object classid='CLSID:8856F961-340A-11D0-A96B-00C04FD705A2' id='wb'height='0' width='0'></object>");
            nw.document.write(document.getElementById("div1").outerHTML);//这里document.getElementById("div1").outerHTML改成你的tableID
            nw.document.write("<scrip" + "t>document.all.wb.ExecWB(6,1)</sc" + "ript>");
            nw.document.write('</body>');


        } 
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载