Method One: Re-register the following DLL files. Start-run, enter the following command in turn
regsvr32 Shdocvw.dll
regsvr32 Shell32.dll (Note this command, first do not lose)
regsvr32 Oleaut32.dll
regsvr32 Actxprxy.dll
regsvr32 Mshtml.dll
regsvr32 Urlmon.dll
regsvr32 Msjava.dll
regsvr32 Browseui.dll
regsvr32 jscript.dll
The second command does not need to lose, after the completion of these commands restart Windows, if found invalid, and then re-enter again, this time enter the second command.
Method Two: The problem that the COMCTL32.DLL file produces.
This file may be replaced when you upgrade IE or windows, and perhaps a new version of the COMCTL32.DLL file has a bug.
Find a Windows installation CD, search for it, find a file named Comctl32.dl_, copy it, extract the file as a COMCTL32.DLL file with the WinRAR or System File Checker (98/me), and overwrite the existing file.
Method Three: When the method one re-register regsvr32 Oleaut32.dll, error or re-register also invalid.
Extract Oleaut32.dll files from the Windows CD in MDAC_IE5. Cab package, is also extracted and overwritten with the WinRAR or System File Checker (98/me).
Method Four: DCOM property set error. (Applies only to 2000 and XP)
1. Click "Start".
2. Enter "Dcomcnfg".
3. The pop-up Prompts the box to select "Yes".
4. Click the Default Security tab.
5. Edit default values in the Default access rights field.
6. See if there are "SYSTEM" and "Interactive" items in the column under "name" and if not, add them.
7. Click OK and click OK.
Scripting errors in IE
A Web page may not display or work correctly, and you may receive an error message similar to one of the following:
Problems on the Web page may cause it to not display properly or not function properly. Later, double-click the warning icon displayed in the status bar to display the above message.
If you click Show Details, error details similar to the following are displayed:
Line:4
Char:1
Error:object doesn ' t support this or method.
code:0
Url:http://webserver/page.htm
A Runtime Error has occured.
Do your wish to Debug?
Line:4
Error:object doesn ' t support this or method.
The following warning message may also appear in the Status column of Microsoft Internet Explorer:
Finished, but there are errors on the Web page
This problem occurs because the HTML source code for the Web page does not work correctly using client script, such as Microsoft JScript or Visual basic scripts. This problem may occur because of one of the following reasons:
1. There is a problem with the HTML source code of the Web page.
2. An active script, ActiveX control, or Java applet is blocked on your computer or network. Internet Explorer or another program, such as an anti-virus program or a firewall, can be configured to block Active Scripting, ActiveX controls, or Java applets
3. Antivirus software is configured to scan your "temporary Internet files" or "Downloaded Program Files" folders.
4. The scripting engine on your computer is corrupted or obsolete.
5. Internet-related folders on your computer are corrupted.
6. Your video card driver is corrupted or obsolete.
7. The DirectX component on your computer is corrupted or obsolete.
Note: server-side scripts-such as Visual basic scripts in Active Server pages (ASp)-run on the WEB server. Scripting errors that occur because of server-side scripting failures do not generate error messages in Internet Explorer, but you may also create a Web page that does not display or work correctly. The troubleshooting information in this article applies to server-side scripting errors. If you suspect that there is a problem with the server-side script, contact the administrator of the WEB server.
Solution
Use the troubleshooting methods in this article in the order in which they appear. After you complete a troubleshooting section, test to determine if this script error still occurs. If the problem is resolved, you do not have to continue to the next section. If the problem is not resolved, proceed to the next section.
Test a Web page from another user account, another browser, and another computer
If the problem occurs only when you view one or two pages, view the pages from another user account, another browser, or another computer to determine if the problem persists. If the script error persists, there may be a problem with the writing of the Web page. Contact your site administrator or content developer to tell them the problem with the page. If a script error does not occur when you use a Web page from another user account, the problem may be caused by the file or setting of your user profile. If a script error does not occur when you use a Web page from another browser or another computer, proceed with the troubleshooting operation.
Confirm Active scripts, ActiveX, and Java are not blocked
Verify that Internet Explorer or another program (such as an antivirus program or firewall) on your computer is not configured to block Active Scripting, ActiveX controls, or Java applets. At the "High" security level of Internet Explorer, Active Scripting, ActiveX controls, and Java applets are closed. By default, Internet Explorer 6 and some Internet Explorer 5.x versions use the High security level for restricted site zones. By default, Microsoft Windows Server 2003 uses the High security level for restricted site zones and Internet zones. To reset Internet Explorer security settings for the current Web page, follow these steps:
1. Start Internet Explorer.
2. On the Tools menu, click Internet Options.
3. In the Internet Options dialog box, click Security.
4. Click "Default Level".
5. Click OK.
See the documentation for the antivirus program or firewall you are using to determine how to open scripts, ActiveX, and Java applets.
Verify that your antivirus program is not set to scan the temporary Internet files or downloaded Program Files folder
See the documentation for the antivirus program you are using to determine how to prevent the program from scanning the temporary Internet files or downloaded Program Files folders.
Delete all temporary Internet-related files
Remove all temporary Internet-related files from your computer. To do this, follow these steps:
1. Start Internet Explorer.
2. On the Tools menu, click Internet Options.
3. Click the General tab.
4. Under Temporary Internet files, click Settings.
5. Click Delete File.
6. Click OK.
7. Click "Delete Cookies".
8. Click OK.
9. Under History, click Clear History, and then click Yes.
10. Click OK.
Incorrect page encoding incorrectly causes IE to show blank
My system is XP SP2, today with IE access to a Web site, the results appear as a blank.
You can see the contents of the Web site by viewing the source file. Google later found the reason: choose "gb2312" in the code. The original web page production is not formal, the browser is mistaken for utf-8 format. Some people come across this situation and do it.
QUOTE:
UTF-8 Web page white space, after adding metadata logo to the Web page, you also need to manually adjust the encoding to Utf-8 to normal display if you are using Mozilla, Mozilla Firefox, Sarafi and other currently popular browsers, there is usually no such problem. In the meta of the Web page, specify the UTF-8: <meta http-equiv= "Content-type content=" text/html; Charset=utf-8 "/> Before