close
<html>
<body>
<script language="Javascript">
function print_page()
{
alert('yes');
WBControl.ExecWB(6,1);
}
</script>
<body>
hello world!!
<object id=WBControl name=wb width=0 height=0 classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2>
</object>
<form>
<input type="button" id="button1" name="button1" value="print" onclick="javascript:print_page();"/>
</form>
</body>
</html>
WB Usage:
WebBrowser.ExecWB(1,1) 打開
Web.ExecWB(2,1) 關閉現在所有的IE窗口,並打開一個新視窗
Web.ExecWB(4,1) 儲存網頁
Web.ExecWB(6,1) 列印
Web.ExecWB(7,1) 列印預覽
Web.ExecWB(8,1) 列印頁面設置
Web.ExecWB(10,1) 查看頁面屬性
Web.ExecWB(15,1) 撤銷,有待確認
Web.ExecWB(17,1) 全選
Web.ExecWB(22,1) 刷新
Web.ExecWB(45,1) 關閉表單無提示
全站熱搜
留言列表