简体   繁体   English

如何检测是否已安装IE自定义工具栏?

[英]How to detect IE custom Toolbar is installed or not?

I have developed a toolbar (COM) for IE. 我已经开发了用于IE的工具栏(COM)。 One of my server application should identify whether the toolbar is installed in client system or not. 我的服务器应用程序之一应确定工具栏是否已安装在客户端系统中。 If it's not installed on the client system the server application should prompt the user to user to install the toolbar. 如果尚未安装在客户端系统上,则服务器应用程序应提示用户安装工具栏。

How can I check whether the toolbar is installed or not? 如何检查工具栏是否已安装?

Your toolbar can change the DOM, and Javascript can check this. 您的工具栏可以更改DOM,而Javascript可以对此进行检查。 No change, no toolbar. 没有变化,没有工具栏。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM