Link to home
Start Free TrialLog in
Avatar of casper114
casper114Flag for United States of America

asked on

Cannot stop activex controls warning on company website

 Good afternoon everyone,

        My company website www.securitysolutions-usa.com works great with the exception of one link. When you go to the partners tab of the website located at the top everyone begins to receive "To help protect your security, Internet Explorer has restricted this webpage from running scripts or ActiveX controls that could access your computer". Then unless you open a new browser or tab and go back the other pages begin showing the same active x warning. This is annoying a lot of people and im not sure how to clear this hurdle. We outsourced the design of the website and when i contacted the developers they told me that it had something to do with the security certificate. I have updated the security certificate as of Monday last week and the problem still persists. Does anyone have any suggestions what I can do to get rid of this pesky warning?

       Thank you,

 -Casper
Avatar of Anobe
Anobe

Its the browser settings at the client end. The web page should be having some custom (third party)  controls that reqires some script to run on the client end. On the browser (Internet Explorer) select the 'Seciroty' tab, select Internet and click on 'Custom Level' button. On the pop up window, go to ActiveX controls and Plug-ins section and enable every option. Select Ok and close the IE. Open a new IE browser and try browsing the web site.
Go through your partners page and remove or update all the HTTP pages to HTTP(s). For example I found "http://www.seedtechnologies.com" on your partners page. if you are on HTTPS channel its a requirement to have all HTTPS references on your page.
Avatar of Shalom Carmel
adilkhan,
you are wrong about the SSL :) there is no such requirement..

casper,
your outsourced developers don't know sh*t.
the problem is with the content management system used for your web site.
it uses the old, unsafe DOMDocument ActiveX object.
It should use MSXML 6.0 which is marked safe for IE7.

Technically speaking, your web site looks like someone whipped out Visual Studio and decided to give every feature a try :P
Avatar of casper114

ASKER

Is there a way that I can change it to use MSXML 6.0?
ASKER CERTIFIED SOLUTION
Avatar of Shalom Carmel
Shalom Carmel
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial