Results 1 to 3 of 3

Thread: How to prevent Internet Explorer prompt "To help protect... ActiveX control could.."

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2007
    Posts
    445

    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...???

  2. #2
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    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.

  3. #3
    Hyperactive Member coothead's Avatar
    Join Date
    Oct 2007
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    285

    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...
    1. open IE.
    2. click 'Tools'.
    3. click 'Internet Options'.
    4. click 'Advanced' tab.
    5. scroll down to 'Security'.
    6. check 'Allow active content to run on My Computer'.
    7. click 'Apply'.
    8. click 'OK'
    9. 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
  •  



Click Here to Expand Forum to Full Width