动态添加OCX控件到网页

发布于 2024-09-06 20:17:52 字数 158 浏览 7 评论 0原文

我目前有一个基于 Web 的应用程序,它托管 OCX 控件。如果可能的话,我希望能够以编程方式添加此控件,从而允许我插入新的 OCX 控件,而无需修改 HTML 中的 OBJECt 标记。

我还需要能够保持将 OCX 控件下载到客户端(如果未找到)的能力。

这有可能吗?

I currently have an web based application that hosts an OCX control. I want to be able to add this control programatically if possible allowing me to plug in new OCX controls without having to ammend the OBJECt tag in the HTML.

I also need to be able to maintain the ability to download the OCX control to the Client if it is not found.

Is this possible at all?

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

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

发布评论

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

评论(1

凝望流年 2024-09-13 20:17:52

您可以通过直接操作 DOM 在运行时为控件创建 标记。如果用户没有 .ocx,您也可以将其下载给他,就像任何普通的 标记一样。

You can create the <object> tag for the control at run-time by directly manipulating the DOM. This will also let you download the .ocx to the user if he doesn't have it, like any normal <object> tag would do.

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