网页如何对信息栏做出反应

时间:2022-06-20 04:37:13

To facilitate uploading on our web application we install/load an ActiveX control on the upload page. People don't realise the information bar is asking them to install this control. How do I set up the page so it instructs /suppors users and helps them install the addon and only proceeds when this is done? I can't find the trigger/http status code that I could check against.

为了便于在我们的Web应用程序上传,我们在上传页面上安装/加载ActiveX控件。人们没有意识到信息栏要求他们安装此控件。如何设置页面以便它指示/支持用户并帮助他们安装插件,并且只有在完成后才会进行?我找不到我可以检查的触发器/ http状态代码。

I noticed Microsoft download center shows a page with instructions asking for Windows Genuine Advantage to be installed before proceeding, but I couldn't find it now, and am not aware of other examples I can research.

我注意到Microsoft下载中心显示了一个页面,其中包含要求在继续之前安装Windows Genuine Advantage的说明,但我现在找不到它,并且我不知道我可以研究的其他示例。

edit: Since I found it's possible to use javascript to determine if an object control is installed, see http://www.velocityreviews.com/forums/t98678-check-to-see-if-active-x-control-is-installed-and-display-instructions-if-needed.html

编辑:因为我发现可以使用javascript来确定是否安装了对象控件,请参阅http://www.velocityreviews.com/forums/t98678-check-to-see-if-active-x-control-is-安装和显示的指令-IF-needed.html

1 个解决方案

#1


0  

Adobe has an informational bit on the page that installs the latest Flash plug-in. I'd make a small informational bit like what Adobe does for your site. Education is really the best solution for this sort of problem. ...or find a better upload solution. ;)

Adobe在页面上有一个信息位,用于安装最新的Flash插件。我会像Adobe为您的网站所做的那样做一个小小的信息。对于这类问题,教育确实是最好的解决方案。 ...或找到更好的上传解决方案。 ;)

#1


0  

Adobe has an informational bit on the page that installs the latest Flash plug-in. I'd make a small informational bit like what Adobe does for your site. Education is really the best solution for this sort of problem. ...or find a better upload solution. ;)

Adobe在页面上有一个信息位,用于安装最新的Flash插件。我会像Adobe为您的网站所做的那样做一个小小的信息。对于这类问题,教育确实是最好的解决方案。 ...或找到更好的上传解决方案。 ;)