Whenever i try to download from the net a goldenbar appears on the top of the page (your security settings dont allow active x controls)how to get rid of this
Hi,
I will give you a small step that you may try.
Open the Internet Explorer - On the top Click on the tab "Tools"-Under the dropdown click the last option "Internet options"
In this window you will find a tab on the top as "Security"
On the bottom left you will see a slider bar - Pull it down to "LOW"
****If you do not see the slider bad, click on the option "Default" and you will get it.
Click Apply and Click OK. Restart the computer and try again.
Note : This steps lowers your security and allows all the active X on the computer. Most of the spywares also use the medium as Active X, so please calculate the risk before you try the step.
I hope this should resolve the issue you are facing.
Sammy
Posted on Nov 28, 2007
In some cases, say when you're building and testing a webpage locally (Local Machine Zone), you may still see the Information Bar when the web page executes any script, initiates a Pop-up windows, or a download. For testing purposes, one needs to follow any of these workarounds:
Rename the .HTM file to .HTA (Example.. Index.HTM to Index.HTA and test the file locally). HTA files have more privileges than the HTM files, can run active content on Local Machine by default.
-or-
add the Mark Of The Web code such as <!-- saved from url=(0023)http://www.contoso.com/ --> to a Web page, where the (0023) value is the string length of your URL that follows it and Contoso is the name of your Web site.
To accomplish this via the Registry, modify the following registry value:
HKCU \ Software \ Microsoft \ Internet Explorer \ Main \ FeatureControl \ FEATURE_LOCALMACHINE_LOCKDOWN
In the right-pane, create a new REG_DWORD named iexplore.exe and set it to 0
Values:
0 - Allows a Web page to run active content in your computer
1 - Disallows a Web page from running active content in your computer
To allow any CD to run scripts and ActiveX controls on your computer:
In Internet Explorer, on the Tools menu, click Internet Options. On the Advanced tab, scroll down to the Security section of the list. Select the Allow active content from CDs to run on My Computer check box, and then click OK.
42 views
Usually answered in minutes!
×