网页上有错误 页面找不到元素 解决办法

Steps to follow are;
1. Open up the Registry editor - type regedit on command prompt.
2. Look for the key shown below
HKEY_CLASSES_ROOT/TypeLib/{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}/1.1/0/win32
3. Click on the "Default" row and see the value there. If it's value is "C:/WINDOWS/system32/shdocvw.dll", then that is what causes the above mentioned issue. If you have installed Windows in a different drive; C:/ must be replaced with the that letter.
4. Replace that value with "C:/WINDOWS/system32/ieframe.dll".
5. Now restart IE7, and load your GWT application.

 

中文的意思如下:

1.打开注册表编辑器:REGEDIT.

2.找到HKEY_CLASSES_ROOT/TypeLib/{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}/1.1/0/win32

3.点击:默认。如果其值为:"C:/WINDOWS/system32/shdocvw.dll"将shdocvm.dll修改为:ieframe.dll.

4.重启IE 即可。

其实他的方法是针对IE7的,有的问题差不多.

你可能感兴趣的:(网页上有错误 页面找不到元素 解决办法)