document.all.WebBrowser.ExecWB()方法介绍

简介: document.all.WebBrowser.ExecWB()方法是IE5.5以上浏览器支持的JavaScript方法,主要形式如下: (1)WebBrowser.

document.all.WebBrowser.ExecWB()方法是IE5.5以上浏览器支持的JavaScript方法,主要形式如下:

(1)WebBrowser.ExecWB(1,1)     打开

(2)WebBrowser.ExecWB(2,1)     关闭现在所有的IE窗口,并打开一个新窗口

(3)WebBrowser.ExecWB(4,1)     保存网页

(4)WebBrowser.ExecWB(6,1)     打印

(5)WebBrowser.ExecWB(7,1)     打印预览

(6)WebBrowser.ExecWB(8,1)     打印页面设置

(7)WebBrowser.ExecWB(10,1)   查看页面属性

(8)WebBrowser.ExecWB(15,1)   好像是撤销,有待确认

(9)WebBrowser.ExecWB(17,1)   全选

(10)WebBrowser.ExecWB(22,1)  刷新

(11)WebBrowser.ExecWB(45,1)  关闭窗体无提示

相关文章
|
JavaScript 前端开发
ja中document.write和innerHTML、innerText 的区别
ja中document.write和innerHTML、innerText 的区别
47 0
|
6月前
|
XML 数据格式
Jsoup获取部分页面数据失败 org.jsoup.UnsupportedMimeTypeException: Unhandled content type. Must be text/*, appl
Jsoup获取部分页面数据失败 org.jsoup.UnsupportedMimeTypeException: Unhandled content type. Must be text/*, appl
50 2
|
6月前
|
JavaScript 前端开发 UED
window.location.href的用法总结
window.location.href的用法总结
|
6月前
|
JavaScript 前端开发 测试技术
document.write()方法总结
document.write()方法总结
|
7月前
|
IDE 开发工具 Android开发
Couldn‘t get post build model. Module:UpdateService_0804.main Variant: debugOpen logcat panel fo
Couldn‘t get post build model. Module:UpdateService_0804.main Variant: debugOpen logcat panel fo
76 0
|
7月前
解决ERROR in Conflict: Multiple assets emit different content to the same filename index.html 的问题
解决ERROR in Conflict: Multiple assets emit different content to the same filename index.html 的问题
562 0
|
7月前
|
JSON Java 数据格式
Could not extract response: no suitable HttpMessageConverter found for ..content type [text/html...]
Could not extract response: no suitable HttpMessageConverter found for ..content type [text/html...]
725 0
文件上传限制以及element 和 element accept上传使用
前言 大家好,今天和大家分享一下上传文件如何实现上传限制,在制作项目时会遇见需要上传文件的功能,比如上传图片,上传音频,上传视频等等。但是点击上传文件打开文件夹时,文件夹内有好多格式的图片或音频,这个时候为了方便就可以进行文件格式的限制,只显示要上传的文件类型,下面我们来看看如何实现这个功能。
|
缓存 JavaScript Go
BOM(Browser Object Model)
BOM(Browser Object Model)
69 0
|
前端开发
location.href与window.open()的用法与区别,你都知道吗?
通常在Web开发中,打开一个页面有两种方式,一种是使用location的href属性来打开一个页面;还有一种就是使用window对象下的open()方法。
706 0
location.href与window.open()的用法与区别,你都知道吗?