网页中需要检测是否已经安装证书,注册capicom.dll后,在网页中调用store.open(),每次打开浏览器都会有安全提示,msdn中解释说,
Important  When this method is called from a web script, the script needs to access digital certificates on the local computer. If you allow the script to access your digital certificates, the website from which the script is run will also gain access to any personal information stored in the certificates. The first time this method is called from a particular domain, a dialog box is generated in which the user must indicate whether access to the certificates should be allowed. Stores opened from a web script automatically force the CAPICOM_STORE_OPEN_EXISTING_ONLY flag.
这个提示不能用其他方法屏蔽掉吗?