shankar T
April 27th, 2001, 10:23 AM
hi,
I have the following OBTECT tag on a HTML page to show an OCX control. It just simply doesn't download and show on the client side. This seems to be happening in only a few of the clients, I have tried changing the IE security settings around but nothing happens.
<object id="ucContainer1"
classid="clsid:EA225710-22C7-11D5-A0DE-000102473C5A"
codebase="prjContainer.ocx">
<param name="_ExtentX" value="21273">
<param name="_ExtentY" value="17806">
</object>
NOTE: This OCX has the "microsoft scripting run time" and the tab control referenced.
In the same page I have the MScalendar control just to see if that downloads and shows, it seems to be working without a problem. The following is the calendar's OBJECT tag.
<object id="Calendar1" style="LEFT: 0px; TOP: 0px"
classid="clsid:8E27C92B-1264-101C-8A2F-040224009C02" VIEWASTEXT width="372" height="279"
codebase="mscal.ocx">
<param name="_Version" value="524288">
<param ...
...
...
<param name="ValueIsNull" value="0">
</object>
Any help would be greatly appreciated
thanks,
Shankar
I have the following OBTECT tag on a HTML page to show an OCX control. It just simply doesn't download and show on the client side. This seems to be happening in only a few of the clients, I have tried changing the IE security settings around but nothing happens.
<object id="ucContainer1"
classid="clsid:EA225710-22C7-11D5-A0DE-000102473C5A"
codebase="prjContainer.ocx">
<param name="_ExtentX" value="21273">
<param name="_ExtentY" value="17806">
</object>
NOTE: This OCX has the "microsoft scripting run time" and the tab control referenced.
In the same page I have the MScalendar control just to see if that downloads and shows, it seems to be working without a problem. The following is the calendar's OBJECT tag.
<object id="Calendar1" style="LEFT: 0px; TOP: 0px"
classid="clsid:8E27C92B-1264-101C-8A2F-040224009C02" VIEWASTEXT width="372" height="279"
codebase="mscal.ocx">
<param name="_Version" value="524288">
<param ...
...
...
<param name="ValueIsNull" value="0">
</object>
Any help would be greatly appreciated
thanks,
Shankar