|
-
Oct 22nd, 2007, 09:32 AM
#1
Thread Starter
Hyperactive Member
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...???
-
Oct 22nd, 2007, 11:58 AM
#2
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.
Delete it. They just clutter threads anyway.
-
Oct 22nd, 2007, 02:05 PM
#3
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|