VB 脚本 +打开 file.html 并执行“允许阻止的内容”汽车
当我通过 MyShell = CreateObject("WScript.Shell")
打开 file.html 时,我还需要启用“允许阻止的内容”。
VB打开html页面后,是否可以通过VB脚本执行“允许阻止的内容”?
When I open the file.html by MyShell = CreateObject("WScript.Shell")
, I also need to enable the "allow blocked content".
Is it possible to do the "allow blocked content" by VB script after VB opened the html page?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
不,出于安全原因,IE 认为这是不可能的,这是浏览器 (IE) 中存在的东西,您无法以编程方式启用它。
Nope, that's not possible for security reasons IE considers, that is something there with the browser (IE), you can not enable it programmatically.
运行上面的 VBScript。
希望这有帮助。
Run the above VBScript.
Hope this helps.
该权限请求会弹出,然后在 IE 中加载离线 .html。在这种情况下,最好使用 HTAs。他们有许可,因此不需要任何特殊设置。
That permission request pop up then load offline .html's in IE. Better use HTAs in this case. They have the permission, so not necessary any special setup.