Home > Article > Web Front-end > What should I do if ie javascript cannot be used?
ie javascript cannot be used Solution: 1. Open the custom level in IE6 security and confirm that active scripting under scripts has been enabled; 2. Clear "Use third-party browser extensions"; 3. Register dll file; 4. Set up the "pop-up blocker".
The operating environment of this article: windows7 system, javascript version 1.8.5, Dell G3 computer.
ie What should I do if javascript cannot be used?
Solution to IE unable to execute JavaScript:
Method 1:
1. Open IE6 Tools-》Internet Options. Click the Security tab.
2. Click the Default Level button to return the security level of all areas to the safe level.
3. Open the custom level in security and confirm that the active script under the script has been enabled
4. Close and reopen IE6.
Method 2:
If the problem persists, do the following steps.
1. Open Internet Explorer 6.
2. Click Tools, and then click Internet Options.
3. Click the "General" tab, click the "Delete Cookies" button, and click OK. Click the "Delete Files" button and check "Delete all offline content"
4. Click the "Advanced" tab and click the "Restore Default Settings" button. In the settings box, clear "Use third-party browser extensions (requires restart)"
5. Click OK.
Method 3:
Also, we can register the following dll file to see if it can solve this problem.
regsvr32 actxprxy.dll /s
regsvr32 shdocvw.dll /s
regsvr32 mshtml.dll /s
regsvr32 urlmon.dll /s
regsvr32 msjava.dll /s
regsvr32 shdocvw.dll /s
regsvr32 browseui.dll /s
regsvr32 actxprxy.dll /s
regsvr32 oleaut32.dll /s
regsvr32 shell32.dll /s
regsvr32 jscript.dll /s,
Restart the machine to see if the problem is solved.
Method 4:
Sometimes the javascript to be executed pops up a window. This requires setting up a "pop-up blocker" and adding the website to the list of allowed sites. In addition, third-party browser plug-ins will also block pop-up windows, so additional settings are required to allow them. Finally, check whether logging in with other accounts is normal, and try booting the system safely.
[Related recommendations: javascript advanced tutorial]
The above is the detailed content of What should I do if ie javascript cannot be used?. For more information, please follow other related articles on the PHP Chinese website!