最新版本的代碼片段: 1.0
<!-- IE5.5以上 -->
<OBJECT id=WebBrowser 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)>
<input type=button value=打印預覽 onclick=document.all.WebBrowser.ExecWB(7,1)>
<input type=button value=打開 onclick=document.all.WebBrowser.ExecWB(1,1)>
<input type=button value=另存為 onclick=document.all.WebBrowser.ExecWB(4,1)>
<input type=button value=屬性 onclick=document.all.WebBrowser.ExecWB(10,1)>
<input type=button value=全選 onclick=document.all.WebBrowser.ExecWB(17,1)>
<input type=button value=刷新 onclick=document.all.WebBrowser.ExecWB(22,1)>
<input type=button value=關閉窗口 onclick=document.all.WebBrowser.ExecWB(45,1)>