IE8 official version of the easy Background editor Invalid solution

Source: Internet
Author: User
Tags anonymous eval version root directory
Microsoft's official version of the IE8 has been officially released on March 20, 2009, there are a lot of moving users to upgrade their own browser, but after the upgrade has found that the movement of the background editor can not use, the symptom is to click on any function icon does not pop-up settings window, after a search for GG, Finally found a solution. The method of IE8 the editor cannot be used. The specific modification method is as follows:
Open the editor.asp under 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

If I don't bother to change it, I can cover it with my modified editor.asp.


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.