Dynamic System Solution IE8 Web site Background Editor Invalid problem

Source: Internet
Author: User

Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall

There are many dynamic users upgraded Microsoft's IE8 official version, but after the upgrade found that the dynamic background editor can not use, the symptom is to click on any feature icon does not pop up settings window.

Microsoft's official version of the IE8 has been officially released on March 20, 2009, there are a lot of users to upgrade their own browser, but after the upgrade has found that the dynamic background editor can not use, the symptom is to click on any function icon does not pop up the settings window, after a search, Finally found a solution. The method of IE8 the editor cannot be used. The specific modification method is as follows:

Open the editor.asp in the root directory and locate the following code

if (element. Yuseronclick) eval (element. Yuseronclick + ' anonymous () ');

Amended to

if (Navigator.appVersion.match (/8./i) = = ' 8. ')

{

if (element. Yuseronclick) eval (element. Yuseronclick + ' onclick (event) ');

}

Else

{

if (element. Yuseronclick) eval (element. Yuseronclick + ' anonymous () ');

}

Save, refresh system files, and clean cache. Then reopen the background editor to see

  

  

Trouble words can be covered with modified editor.asp: Download Address: Http://help.powereasy.net/help/UploadFiles_4256/200903/2009032311560290.rar

Note: It is best to do the backup before the operation.

In view of the Netizen said, modified the root directory editor.asp file, the local effective and remote invalid problem, I add here, this is because the IE8 compatibility view is turned on, cancel IE8 compatibility View, you can solve this problem.

Related Article

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.