Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Security Error while Loading ActiveX in Browser

Status
Not open for further replies.

brittocs

Programmer
Jun 19, 2004
17
US
hi
i have created a activex (.cab) and a html to load the activex in client browser

i have used the following html code to load the activex.
<HTML>
<HEAD>
<TITLE>activextest.CAB</TITLE>
</HEAD>
<BODY>
Testing Sample Program

<OBJECT ID="UserControl1"
CLASSID="CLSID:90CA67DC-CEB1-4944-A8C6-8D1AFEB9134C"
CODEBASE="</OBJECT>
</BODY>
</HTML>

but it is not loading in the machine. while loading it is showing a message , browser settings does not allowed to load activex in browser. it is showing a blank screen in browser. how can i override the problem?

Thanks in advance

Brit
 
Did you sign your CAB file before putting it on the web server? Your browser is probably not set up to allow downloading and installing unsigned ActiveX components. You can turn that off by going into your browser security settings (in IE, it is Tools->Internet Options, "security" tab). Also, signing your CAB file will probably allow you to choose whether or not to allow it to be installed.
 
Hi

When I am loading ActiveX in my client browser
ActiveX is not downloaded to browser and it is showing an error
CodeDownloadErrorLog!name={F7240B60-1EEA-4E5B-ABE7-D6D0B7A19D1D}

in the view files.

Could u please tell me the way to avoid the error?

Thanks in advance
Brit

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top