需要注意的是:(internet安全選項中自定義級別那裡需要啟用沒有標記為安全的ActiveX控件)那裡需要啟用沒有標記為安全的ActiveX控件)
樣式:
<style media=print>
.Noprint{display:none;}
.PageNext{page-break-after: always;}
</style>
jsp頁面:
<center class="Noprint" >
<p>
<OBJECT id="WebBrowser" classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 width=0>
</OBJECT>
<br/><br/><br/>
<input type=button value=打印預覽 onclick=document.getElementById("WebBrowser").ExecWB(7,1)>
<input type=button value=打印 onclick=document.getElementById("WebBrowser").ExecWB(6,1)>
<input type=button value=直接打印 onclick=document.getElementById("WebBrowser").ExecWB(6,6)>
<input type=button value=頁面設置 onclick=document.getElementById("WebBrowser").ExecWB(8,1)>
<font color="red" >(請使用IE浏覽器打印操作)</font>
input name=Button onClick=document.all.WebBrowser.ExecWB(1,1) type=button value=打開>
<input name=Button onClick=document.all.WebBrowser.ExecWB(2,1) type=button value=關閉所有>
<input name=Button onClick=document.all.WebBrowser.ExecWB(4,1) type=button value=另存為>
<input
name=Button onClick=document.all.WebBrowser.ExecWB(10,1) type=button value=屬性>
<input name=Button onClick=document.all.WebBrowser.ExecWB(17,1) type=button value=全選>
<input name=Button onClick=document.all.WebBrowser.ExecWB(22,1) type=button value=刷新>
<input name=Button onClick=document.all.WebBrowser.ExecWB(45,1) type=button value=關閉>
</p>
<hr align="center" width="90%" size="1" noshade>
</center>