首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

页面兑现打印功能

2012-10-27 
页面实现打印功能html headtitleCHEN/titlestyle typetext/css.table{text-align:center}/

页面实现打印功能

<html> <head>  <title>CHEN</title>   <style type="text/css">      .table{   text-align:center;   }      </style>      <style media="print">     .Noprint{display:none;}     .PageNext{page-break-after:   always;}     </style> </head> <body> <center classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" height="0"                    width="0">                </object>                <input type="button" value="打印" onclick="document.all.WebBrowser.ExecWB(6,1)">                <input type="button" value="直接打印" onclick="document.all.WebBrowser.ExecWB(6,6)">                <input type="button" value="页面设置" onclick="document.all.WebBrowser.ExecWB(8,1)">            </p>            <p>                <input type="button" value="打印预览" onclick="document.all.WebBrowser.ExecWB(7,1)"></p>        </center>  aaaa </body></html> 

热点排行