Solution to failure of IE JavaScript script

Source: Internet
Author: User
Strictly speaking, it is hard to say that it is an Internet Explorer error. However, based on experience, you may often make a hard job on Internet Explorer. For example, you may upgrade Internet Explorer 6 to Internet Explorer 7/Internet Explorer 8, or reinstall it to fix third-party software to varying degrees, generally, the problem cannot be solved. If you need a reason, you must have installed a patch or uninstalled a software on a Trojan on a certain day of the year, as a result, a dynamic extension of a component is unregistered and cannot support certain effects ......
Speaking of this, the regsvr32 command is a command line tool for registering DLL dynamic extension libraries. Method: Enter regsvr32 dllname in "run" and press Enter. There are several parameters in use:
/U -- anti-Register Control
/S -- no matter whether the registration is successful or not, the prompt box is not displayed
/C -- console output
/I -- skip the control option for installation (different from registration)
/N -- do not register the control. This option must be used with the/I option.
I have extracted several methods to solve the failure of the IE JavaScript script from the internet. I will execute the code later than I can. The machine does not need to be restarted.
At the simplest level, register two script libraries (for example, the above page is completely corrupted ):
Regsvr32 jscript. dll
Regsvr32 VBScript. dll
If not, register a few more (including connection failure to open a new window ):
Regsvr32 shdocvw. dll
Regsvr32 oleaut32.dll
Regsvr32 actxprxy. dll
Regsvr32 mshtml. dll
Regsvr32 urlmon. dll
Regsvr32 browseui. dll
If not, copy the following code to the CMD command line and paste it for execution:
Rundll32.exe advpack. dll/delnoderundll32 % SystemRoot % \ system32 \ dacui. dll
Rundll32.exe advpack. dll/delnoderundll32 % SystemRoot % \ catroot \ icatalog. MDB
Regsvr32/s comcat. dll
Regsvr32/s asctrls. ocx
Regsvr32/s oleaut32.dll
Regsvr32/s shdocvw. dll/I
Regsvr32/s shdocvw. dll
Regsvr32/s browseui. dll
Regsvr32/s browseui. dll/I
Regsvr32/s msrating. dll
Regsvr32/s mlang. dll
Regsvr32/s hlink. dll
Regsvr32/s mshtml. dll
Regsvr32/s mshtmled. dll
Regsvr32/s urlmon. dll
Regsvr32/s plugin. ocx
Regsvr32/s sendmail. dll
Regsvr32/s mshtml. dll/I
Regsvr32/s scrobj. dll
Regsvr32/s corpol. dll
Regsvr32/s jscript. dll
Regsvr32/s MSXML. dll
Regsvr32/s imgutil. dll
Regsvr32/s cryptext. dll
Regsvr32/s Inseng. dll
Regsvr32/s iesetup. dll/I
Regsvr32/s cryptdlg. dll
Regsvr32/s actxprxy. dll
Regsvr32/s dispex. dll
Regsvr32/s occache. dll
Regsvr32/s iepeers. dll
Regsvr32/s urlmon. dll/I
Regsvr32/s cdfview. dll
Regsvr32/s webcheck. dll
Regsvr32/s mobsync. dll
Regsvr32/s pngfilt. dll
Regsvr32/s licmgr10.dll
Regsvr32/s hhctrl. ocx
Regsvr32/s inetcfg. dll
If it doesn't work, I can't pull it either. I just won't be able to solve the problem here, so I will record it here. PS: theoretically, these are just re-registering existing files. Even if the problem cannot be solved, it will not cause other problems.

Rating: there is always a situation where scripts cannot be executed. I found this is different from what I found before, but I still want to write it down. I don't need to search it again in the future!

The first solution is to enable the project if Javascript cannot be executed because the security permissions set by Internet Explorer are too high.
In this example, you can simply enable the Internet option and then [customize Security] on the [Security] Page]
Enable the Java Applet script under script and refresh your IE OK ..

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.