Office 2000 Web Components & IE6 SP1

D

Daniel_Ricker

I believe you need to down load the latest web components
from Microsoft.

For security reasons, IE implemented a feature that
allows "new" GUIDs for ActiveX controls. The purpose of
this is to prevent evil hacker sites from forcing
downloads of previous version of ActiveX controls that
may not have some security fixes.

OWC9 and OWC10 implemented this feature in a recent
release so older, less secure version of OWC could not be
used by hackers.
 
J

JamesK

Daniel, Thanks for your comment.

I have downloaded the latest XP components and the
security update for them - unfortunately I'm still getting
the same problem.

I am using the following to call the component:
</div>
<div ID="PivotDiv">
<table id="CrossTabTable" border="1" width="100%"
height="48%" bgcolor="#d6d3ce">
<tr>
<td width="100%" height="50%">
<object id="PivotList" style="BORDER-TOP-STYLE:
inset; BORDER-RIGHT-STYLE: inset; BORDER-LEFT-STYLE:
inset; BORDER-BOTTOM-STYLE: inset"
codeBase="file:///H:/msowc.cab#version=10,0,0,4109"
classid="CLSID:0002E552-0000-0000-C000-000000000046"
width="801" height="272" VIEWASTEXT><param NAME="XMLData"
VALUE="&lt;xml xmlns:x=&quot;urn:schemas-microsoft-
com:eek:ffice:excel&quot;&gt;
&lt;x:pivotTable&gt;
&lt;x:OWCVersion&gt;10.0.0.4109&lt;/x:OWCVersion&gt;
&lt;x:NoAutoFit/&gt;
&lt;x:Height&gt;272&lt;/x:Height&gt;
&lt;x:Width&gt;801&lt;/x:Width&gt;
&lt;x:CacheDetails/&gt;
&lt;x:ConnectionString&gt;
Provider=MSOLAP.2;
Integrated Security=SSPI;
Persist Security Info=False;
Data Source=01163CIP; Initial Catalog=CIPHRDecisions for
CIPHR People;
Client Cache Size=25;
Auto Synch Period=10000&lt;/x:ConnectionString&gt;
&lt;x:DataMember&gt;Absences_cub&lt;/x:DataMember&gt;
&lt;x:Name&gt;New Analysis - Absences:
Absences_cub&lt;/x:Name&gt;

&lt;x:pivotView&gt;
&lt;x:IsNotFiltered/&gt;
&lt;x:Label&gt;
&lt;x:Caption&gt;New Analysis - Absences:
Absences_cub&lt;/x:Caption&gt;
&lt;/x:Label&gt;
&lt;/x:pivotView&gt;
&lt;/x:pivotTable&gt;
&lt;/xml&gt;'&quot;"></object>
</td>
</tr>
</table>

</div>

Any help would be appreciated. Thanks again!

James
 
S

SBaker

try removing the following from the code...

codebase=filepath\msowc.cab#versio9,0,2720

1. Open the page in Notepad
2. Search the page for the word "codebase"
3. Delete any instance of the use of the codebase attribute of any object

Thanks,

Scott
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top