Some clients that use Microsoft's Treeview control have a script error.

Source: Internet
Author: User
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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.