简体   繁体   English

在IE中禁用ActiveX特定的ocx(或特定的ActiveX控件)

[英]Disabling ActiveX a specific ocx (or specific ActiveX controls) in IE

In IE users can disable the ActiveX scripting. 在IE中,用户可以禁用ActiveX脚本。 But this disables all the ActiveX controls on the browser. 但这会禁用浏览器上的所有ActiveX控件。

Is it possible to only make one *.ocx file not to work in IE? 是否可以仅使一个* .ocx文件在IE中不起作用?

-Datte -大特

Use Killbit per ActiveX Control. 每个ActiveX控件使用Killbit。 But this makes the control not to load in KillBit aware applications like MSWord, MSExcel. 但是,这使控件无法在支持KillBit的应用程序(如MSWord,MSExcel)中加载。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 OCX/ActiveX dll 函数在 IE 中不可调用 - OCX/ActiveX dll function is not callable in IE 如何在使用JavaScript的情况下启用ActiveX控件 - How to enable activex controls in ie using javascript IE浏览器脚本,用于确定哪个(如果有)ActiveX控件将处理特定的mime类型 - IE browser script to determine which (if any) ActiveX control will handle specific mime type IE删除vbscript,但Activex终端服务控件msrdp.ocx仅适用于vbscript - IE dropping vbscript but the activex terminal services control msrdp.ocx only works with vbscript 如何在无需实例化ActiveXObject的情况下在IE 8/9/10中检测ActiveX控件 - How to detect ActiveX controls in IE 8/9/10 without having to instantiate ActiveXObject ActiveX在IE 11中不起作用 - ActiveX not working in IE 11 在读取XLS / XLSX本地文件时,如何使用IE的JavaScript代码启用未标记为安全的ActiveX控件 - How to enable ActiveX controls not marked as safe using javascript code for IE, while reading XLS/XLSX local files 如何通过js或批处理文件自动启用IE中的“初始化和脚本未标记为安全脚本(ActiveXObject)的activex控件” - How to enable “initialize and script activex controls not marked as safe for scripting(ActiveXObject)” in IE automatically through js or batch file 在IE9中从JavaScript调用ActiveX方法 - Call ActiveX method from JavaScript in IE9 非IE WebBrowser ActiveX控件 - Non-IE WebBrowser ActiveX control
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM