简体   繁体   English

Chrome 上的 JS ActiveXObject

[英]JS ActiveXObject On Chrome

I have Old ASP Project that depends on ActiveXObject and now I want to make my project cross-browser and work on chrome in additional to ie Can I Find any Plugin that makes chrome support ActiveXObject我有一个依赖 ActiveXObject 的旧 ASP 项目,现在我想让我的项目跨浏览器并在 chrome 上工作,除此之外,我可以找到任何使 chrome 支持 ActiveXObject 的插件
Note I tried to use DOMParser() instead of ActiveXObject but it's not working fine注意我尝试使用 DOMParser() 而不是 ActiveXObject 但它不能正常工作

ActiveX is only supported by IE - the other browsers use a plugin architecture called NPAPI. ActiveX 仅受 IE 支持 - 其他浏览器使用称为 NPAPI 的插件架构。 However, there's a cross-browser plugin framework called Firebreath that you might find useful.但是,您可能会发现一个名为Firebreath的跨浏览器插件框架很有用。

Chrome doesn't support ActiveXObject. Chrome 不支持 ActiveXObject。 You could use IE Tab in Chrome.您可以在 Chrome 中使用IE Tab

IE Tab exactly emulates IE by using the IE rendering engine directly within Chrome. IE Tab 通过直接在 Chrome 中使用 IE 渲染引擎来精确模拟 IE。 This will enable you to use ActiveX controls and test your web pages with different versions of IE.这将使您能够使用 ActiveX 控件并使用不同版本的 IE 测试您的网页。

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

相关问题 Firefox 或 Chrome 中的 ActiveXObject(不是 IE!) - ActiveXObject in Firefox or Chrome (not IE!) ReferenceError:Chrome和Mozilla中未定义ActiveXObject - ReferenceError: ActiveXObject is not defined in Chrome and Mozilla 如何修改ActiveXObject JS构造函数? - How to modify ActiveXObject JS constructor? 未捕获的ReferenceError:未定义ActiveXObject Chrome中的错误 - Uncaught ReferenceError: ActiveXObject is not defined Error in Chrome 如何使用node.js创建ActiveXObject? - how to create a ActiveXObject with node.js? 使用ActiveXObject在js中执行shell获取输出 - Get output on shell execute in js with ActiveXObject TSC 打印机未捕获 ReferenceError: ActiveXObject is not defined Chrome 中的错误 - TSC Printer Uncaught ReferenceError: ActiveXObject is not defined Error in Chrome 无法使用具有多个附件的JS Outlook ActiveXObject发送电子邮件 - Not Able to send an Email Using JS outlook activexobject with multiple attachements JS ActiveXObject Outlook.Application按字节数组添加附件 - JS ActiveXObject Outlook.Application add atachment by byte array 任何人都可以告诉我用于使用 Microsoft Outlook 发送电子邮件的 Firefox 和 chrome 的 activexobject 的任何替代方案吗? - can anyone tell me any alternative of activexobject for firefox and chrome for sending email using microsoft outlook?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM