支持 Mozilla/Safari 中嵌入 ActiveX 的对象标签

发布于 2024-10-07 23:55:54 字数 287 浏览 8 评论 0原文

我正在使用对象标记来加载 ActiveX 扩展控件,如下所示:

<object name="controlcontainer" 
    width=320 
    height=240 
    codebase="./library.cab#version=1,2">
</object>

这在 IE 中运行良好,但我们正在考虑为 iPad 创建应用程序的端口。有什么办法可以在Mozilla/Safari平台上加载ActiveX控件吗?

谢谢,

I am using an object tag to load ActiveX extension controls like so:

<object name="controlcontainer" 
    width=320 
    height=240 
    codebase="./library.cab#version=1,2">
</object>

This works fine in IE, but we are looking into creating a port of our application for the iPad. Is there any way we can load ActiveX controls on the Mozilla/Safari platform?

Thanks,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

×眷恋的温暖 2024-10-14 23:55:54

ActiveX 控件现在和将来都不会在 Mac、iPad 或任何其他非 Microsoft 平台上运行。据我所知,目前还没有在 iPad 上创建任何类型的浏览器插件的方法,但如果有的话,要么是 WebKit 插件,要么是 NPAPI 插件。

如果您想将应用程序移植到在 Firefox、Chrome 等上运行并在 Mac 上运行,您可能需要查看 FireBreath< /a> 项目,但由于 Apple 不允许在 iPad 上使用此类软件,因此您需要以不同的方式处理它。

ActiveX controls do not and will not ever work on Mac, the iPad, or any other non-microsoft platform. There is currently no method that I know of for creating a browser plugin of any kind on an iPad, though if there were it would be either a WebKit plugin or a NPAPI plugin.

If you want to port your application to work on firefox, chrome, etc and work on Mac, you may want to look at the FireBreath project, but since Apple doesn't allow such software on the iPad you'll need to approach it a different way there.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文