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.