The client's IE version is 6.0. The error message is:
Row: 526
Character: 1
Error: the specified module cannot be found.
Code: 0
URL: http: // test/webctrl_client/defaults 0/Treeview. HTC
I looked for it. This is the 526th line in the Treeview. HTC file.
Function blurfilter (oitem)
{
If (oitem. ID = "_ tnaccess ")
Oitem = oitem. All. Item ("_ tntext", 0 );
If (oitem. Filters. length> 0) // 526 rows
{
VaR ofilter = oitem. Filters. Item ("DXImageTransform. Microsoft. Alpha ");
If (ofilter)
{
Ofilter. Opacity/= 2;
Return;
}
}
Oitem. style. Filter + = "progid: DXImageTransform. Microsoft. Alpha (opacity = 50, style = 0 )";
}
Function oncontentready ()
{
If (element.doc ument. parentwindow. Name. indexof ("_ hifsmartnav") = 0)
Return;
.......
Some machines can fix IE, but some machines cannot. IE versions are 6.0.
This problem is caused by the installation problem of the IE Script version and the loss of some DLL file registration information.
Use ie Repair Tool 2.6 to fix the problem.