Friday, May 6, 2011

JavaScript Error FAQ--How to fix JavaScript Error

I believe many a computer enthusiasts have ever encountered a problem when they tried

to visit some websites with Internet Explorer Browser which is JavaScript

Error.Internet Explorer would display an error message "JavaScript Error".If

this happens to one or two pages on the same website then it means there are something

wrong with this website or this site is broken totally.In fact that is really a common

issue because some of the website compiled by programmers contain wrong and

uncompatible code so that some computers will alert "There is an error occurred on Java

complier".It is no sense for you to check which line the error occurred on but to

programmers. Website programmers can fix the wrong code according to this error

message.However if you encounter this problem on any pages that the Javascript

interpreter on your computer must be broken.

There are lots of solutions for this error on the Internet such as Debugging Scripts

of Internet Explorer,unselecting "display script error" item in the property of

Internet Explorer etc. Although those solutions can fix JavaScript Error

temporarily,they also will block some normal website information.So they are not the

perfect answers actually.

Here are some practical and effective solutions for JavaScript Error:

Fix Javascript interpreter of Internet Explorer

Open the registry editor (Start--Run--type in " regsvr32 jscript.dll " ---Enter. This

solution is to let you re-register dll file.)

If the "JavaScript Error" still appeared when you visit any website,please follow

instruction as below

If you would like to enjoy a simple repairing method, you can go to

www.registryeasy.com to download the software which contains "register activex"

function and it will repair activex error of system.

Of course you also can fix this error by yourself.Please organize these command lines

to make a batch file(Repair_IE.bat) and then run it.

rem =====start batch file========

rundll32.exe advpack.dll /DelNodeRunDLL32 C:WINNTSystem32dacui.dll
rundll32.exe advpack.dll /DelNodeRunDLL32 C:WINNTCatrooticatalog.mdb
regsvr32 setupwbv.dll
regsvr32 wininet.dll
regsvr32 comcat.dll
regsvr32 shdoc401.dll
regsvr32 shdoc401.dll /i
regsvr32 asctrls.ocx
regsvr32 oleaut32.dll
regsvr32 shdocvw.dll /I
regsvr32 shdocvw.dll
regsvr32 browseui.dll
regsvr32 browseui.dll /I
regsvr32 msrating.dll
regsvr32 mlang.dll
regsvr32 hlink.dll
regsvr32 mshtml.dll
regsvr32 mshtmled.dll
regsvr32 urlmon.dll
regsvr32 plugin.ocx
regsvr32 sendmail.dll
regsvr32 comctl32.dll /i
regsvr32 inetcpl.cpl /i
regsvr32 mshtml.dll /i
regsvr32 scrobj.dll
regsvr32 mmefxe.ocx
regsvr32 proctexe.ocx mshta.exe /register
regsvr32 corpol.dll
regsvr32 jscript.dll
regsvr32 msxml.dll
regsvr32 imgutil.dll
regsvr32 thumbvw.dll
regsvr32 cryptext.dll
regsvr32 rsabase.dll
regsvr32 triedit.dll
regsvr32 dhtmled.ocx
regsvr32 inseng.dll
regsvr32 iesetup.dll /i
regsvr32 hmmapi.dll
regsvr32 cryptdlg.dll
regsvr32 actxprxy.dll
regsvr32 dispex.dll
regsvr32 occache.dll
regsvr32 occache.dll /i
regsvr32 iepeers.dll
regsvr32 wininet.dll /i
regsvr32 urlmon.dll /i
regsvr32 digest.dll /i
regsvr32 cdfview.dll
regsvr32 webcheck.dll
regsvr32 mobsync.dll
regsvr32 pngfilt.dll
regsvr32 licmgr10.dll
regsvr32 icmfilter.dll
regsvr32 hhctrl.ocx
regsvr32 inetcfg.dll
regsvr32 trialoc.dll
regsvr32 tdc.ocx
regsvr32 MSR2C.DLL
regsvr32 msident.dll
regsvr32 msieftp.dll
regsvr32 xmsconf.ocx
regsvr32 ils.dll
regsvr32 msoeacct.dll
regsvr32 wab32.dll
regsvr32 wabimp.dll
regsvr32 wabfind.dll
regsvr32 oemiglib.dll
regsvr32 directdb.dll
regsvr32 inetcomm.dll
regsvr32 msoe.dll
regsvr32 oeimport.dll
regsvr32 msdxm.ocx
regsvr32 dxmasf.dll
regsvr32 laprxy.dll
regsvr32 l3codecx.ax
regsvr32 acelpdec.ax
regsvr32 mpg4ds32.ax
regsvr32 voxmsdec.ax
regsvr32 danim.dll
regsvr32 Daxctle.ocx
regsvr32 lmrt.dll
regsvr32 datime.dll
regsvr32 dxtrans.dll
regsvr32 dxtmsft.dll
regsvr32 vgx.dll
regsvr32 WEBPOST.DLL
regsvr32 WPWIZDLL.DLL
regsvr32 POSTWPP.DLL
regsvr32 CRSWPP.DLL
regsvr32 FTPWPP.DLL
regsvr32 FPWPP.DLL
regsvr32 FLUPL.OCX
regsvr32 wshom.ocx
regsvr32 wshext.dll
regsvr32 vbscript.dll
regsvr32 scrrun.dll mstinit.exe /setup
regsvr32 msnsspc.dll /SspcCreateSspiReg
regsvr32 msapsspc.dll /SspcCreateSspiReg
regsvr32 Oleaut32.dll

rem =====finish batch file========

JavaScript Error caused by COMCTL32.DLL

Sometimes the COMCTL32.DLL will be replaced by another file during the process of IE

or Windows updating while sometimes there may be a bug in the latest version of

COMCTL32.DLL. Get a Windows Xp installation disk and search it to find out a file

named COMCTL32.DL_. Copy this file and open it with winrar. Extract this file as

COMCTL32.DLL to cover the current one.If you don't have installation disk please

download comctl32.dll from the Internet directly.

JavaScript Error caused by wrong DCOM Property Settings.

1. Click Start, click Run, type dcomcnfg, and then click OK.
2. Click the Default Security tab.
3. In the Default Access Permissions box, click Edit Default.
4. Verify that both System and Interactive are listed with Allow Access. If either are

missing, add them by clicking Add.
5. In the List Names From box, make sure that the local computer name is listed.
6. Set Type of Access to Allow Access.
7. Click the account that is missing, and then click Add.
8. Repeat Step 7 if both accounts are missing.
9. Click OK, click OK, and then click OK again.

If you have tried all of the solutions above and still fail to fix the JavaScript

Error,you can try to update Internet Explorer,to patch Internet Explorer or download

system repairing software directly from http://www.registryeasy.com to fix this error.

Frankly speaking, JavaScript Error is a usual problem of Internet Explorer.We'd better

install Firewall on our computer when we surf Internet in order to protect system

settings from attacking, modifying by some illegal websites which would cause problem

on browser.


View the original article here

No comments:

Post a Comment