How to prevent Internet Explorer prompt "To help protect... ActiveX control could.."
How to prevent Internet Explorer prompt "To help protect... ActiveX control could.." when initialize my web page...???
Re: How to prevent Internet Explorer prompt "To help protect... ActiveX control could.."
well I don't think there is a way to prevent it.
if there was, anyone could run a malicious script on their site at will.
the protection bar is a user defined thing. you can help the user disable it.
Re: How to prevent Internet Explorer prompt "To help protect... ActiveX control could
Hi there wenight,
This only happens locally. To effect a cure for the page add this snippet of code directly after the DOCTYPE...
Code:
<!-- saved from url=(0014)about:internet -->
To permantly disable this information do this...
- open IE.
- click 'Tools'.
- click 'Internet Options'.
- click 'Advanced' tab.
- scroll down to 'Security'.
- check 'Allow active content to run on My Computer'.
- click 'Apply'.
- click 'OK'
- have a beer. ;)
Further reading:-
coothead