IE has blocked this site from using an ActiveX in an unsafe manner. As a result, this page may not display correctly
-
I have installed an COM object on an client machine. Then I am using an CAB file containing an OCX (with references to the COM Object) on the web to use the installed COM object. When the Web page is loading I get this message IE has blocked this site from using an ActiveX in an unsafe manner. As a result, this page may not display correctly I have signed the CAB and OCX file, and the OCX is marked as safe and for initializing. I am using Javascript to access the ocx from the web Spaz
-
I have installed an COM object on an client machine. Then I am using an CAB file containing an OCX (with references to the COM Object) on the web to use the installed COM object. When the Web page is loading I get this message IE has blocked this site from using an ActiveX in an unsafe manner. As a result, this page may not display correctly I have signed the CAB and OCX file, and the OCX is marked as safe and for initializing. I am using Javascript to access the ocx from the web Spaz
-
Yes Provide the following registry keys for the control's CLSID under the Implemented Categories section:• The following key marks the control safe for scripting: {7DD95801-9882-11CF-9FA9-00AA006C42C4} • The following key marks the control safe for initialization from persistent data: {7DD95802-9882-11CF-9FA9-00AA006C42C4} In my .INF file from the CAB the above values exist... Spas