While using IE, its always asking me to start the active X controls. Is there any method or way to activate the Active X controls.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you're asking about the warning when loading local files, then all you have to do is add the following comment after your page doctype:
Something like this:
|
|||||||||||
|
|
For company intranet computers, you can change settings under Internet settings > Security > Trusted Sites. Add the site to the trusted sites, select Custom Level and enable ActiveX. Note that there is a difference between signed and unsigned ActiveXs, so you may want to get is signed. You'll have to distribute these settings to all users, something a system guy should know how to do. |
|||
|
|