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