接受 activex 对象后是否可以避免页面重新加载

发布于 2024-08-27 00:11:39 字数 126 浏览 7 评论 0原文

我有一个多页面的网页流(jsp)。 用户完成大量工作后,我需要使用 ActiveX 组件,如果没有在机器上按下,用户会在顶部显示黄色条以接受该组件,接受页面后重新加载,用户必须重复所有操作工作,处理页面被重新加载的事实 - 这可以避免吗?

I have a multi-page flow of webpages (jsp).
After the user have done a lot of work i need to use an activex component, if not pressent on the machine the user is presented yellow bar at the top to accept the component, after accepting the page is reloaded and the user must repeat all the work, do to the fact that the page is reloaed - can this be avoided?

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

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

发布评论

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

评论(1

情感失落者 2024-09-03 00:11:39

处理黄条后无法避免重新加载页面,但有一些方法可以检测是否安装了 activex 控件,然后使用 .exe 或 .msi 进行安装(需要用户下载it),安装后即可立即使用。

要做好这件事并不容易,但这里有一些关于它的帖子:
http://colonelpanic.net /2009/01/检测-activex-ie-browser-plugin的版本/

There is no way to keep from reloading the page after dealing with the yellow bar, but there are ways you can detect if the activex control is installed or not, and then install it with a .exe or .msi (requires the user to download it) which is then available immediately after installation.

It's not an easy thing to get right, but there are some posts about it here:
http://colonelpanic.net/2009/01/detecting-the-version-of-an-activex-ie-browser-plugin/

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