IE:通过 javascript 询问安全设置
在 IE 8 中,当我用来
new ActiveXObject("wscript.shell")
创建 ActiveX 对象时,会出现脚本错误,指出“自动化服务器无法创建对象”。这是因为 wscript.shell 对于脚本编写来说并不安全,并且在默认安全区域中甚至不会要求用户执行。是否可以通过 javascript 向 IE 询问 ActiveX 安全设置,以便我可以避免和处理脚本错误(并向用户显示提示?)
In IE 8, When I use
new ActiveXObject("wscript.shell")
to create an ActiveX object there will be a script error stating "Automation server can't create object". This is because the wscript.shell is not secure for scripting and in the default security zone the user is not even asked for execution. Is it possible to ask the IE via javascript for the ActiveX security settings so that i can to avoid and handle the script error (and display a hint to the user?)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你总能捕捉到错误吗?
You could always catch the error?