Hello all, I have search everywhere trying to fix the problem. I tested on multiple windows and IE. Most machines on my network load this page fine. Only a few one (XP SP2 with IE7 and Win 2k server with IE6) has problme. I tested on other machines with similar OS and IE, and they are ok. The error message is "Object doesn't support this property or method".
here's where the error appears... the line in [red]red[/red]
Please help.
thanks,
dk
here's where the error appears... the line in [red]red[/red]
Code:
<object class="blkText" id="TabStrip1" name="TabStrip1"
style="POSITION: absolute;LEFT: 5px; WIDTH: 600px; TOP: 100px; HEIGHT: 378px;"
classid="clsid:1EFB6596-857C-11D1-B16A-00C0F0283628" VIEWASTEXT>
<param NAME="_ExtentX" VALUE="20267">
<param NAME="_ExtentY" VALUE="13309">
<param NAME="TabWidthStyle" VALUE="0">
<param NAME="MultiRow" VALUE="0">
<param NAME="Style" VALUE="0">
<param NAME="ShowTips" VALUE="0">
<param NAME="TabFixedWidth" VALUE="0">
<param NAME="TabFixedHeight" VALUE="0">
<param NAME="HotTracking" VALUE="0">
<param NAME="MultiSelect" VALUE="0">
<param NAME="Placement" VALUE="0">
<param NAME="Separators" VALUE="0">
<param NAME="TabMinWidth" VALUE="1000">
<param NAME="TabStyle" VALUE="0">
<param NAME="ImageList" VALUE="">
<param NAME="_Version" VALUE="393216">
<param NAME="MousePointer" VALUE="0">
<param NAME="Enabled" VALUE="1">
<param NAME="OLEDropMode" VALUE="0">
</object>
<script LANGUAGE="javascript">
<!--
[red]document.all.TabStrip1.Tabs(1).Caption = "General";[/red]
document.all.TabStrip1.Tabs.Add(2).Caption = "Page Admins";
document.all.TabStrip1.Tabs.Add(3).Caption = "Public Content";
document.all.TabStrip1.Tabs.Add(4).Caption = "Private Content";
document.all.TabStrip1.Tabs.Add(5).Caption = "Authorizations";
//-->
</script>
thanks,
dk