Iinternet Explorer Scripting Errors

Georgie

chairman
1. sep 2007
982
0
16
Far Far Away
Ker sem prvi dve uri danajšnjega delovnega dneva porabil za reševanje z IE (moj verzija 7), ki mi ni hotel odpreti določenih strani (po naložitvi včerajšnjih sistemskih popravkov itd.), sem se odločil, da objavim rešitev, ki sem jo našel na spletu in je pomagala.



Simptomi: Z IE ne morete odpreti nekaterih strani, npr. Windows Update, Windows Live Mail, ne morete se prijaviti v Klik NLB, ... Pri vklopljenem Script Debugging-u v IE vam brskalnik odpre nekaj 10 sporočil o skriptni napaki na strani, ki pa so vsa po vrsti brez podrobnega opisa.



Rešitev (v angleščini):





---- Disable Script debugging.



To do this:



1) Launch Internet Options.



2) On the Advanced tab, make sure that the “Disable Script Debugging!" option is checked.



3) Click OK.





--- Go to the command prompt and run the following commands



cd %windir%\system32



type this command- "for /f %s in ('dir /b *.dll') do regsvr32 /s %s" without quotes





4) Paste the following lines in a notepad file and save it as repair.reg on the desktop.



Windows Registry Editor Version 5.00



[HKEY_CLASSES_ROOT\CLSID\{0000031A-0000-0000-C000-000000000046}]



@="ClassMoniker"



[HKEY_CLASSES_ROOT\CLSID\{0000031A-0000-0000-C000-000000000046}\InprocServer32]



@="ole32.dll"



[HKEY_CLASSES_ROOT\CLSID\{0000031A-0000-0000-C000-000000000046}\ProgID]



@="clsid"



[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\CLSID]



@="{0000031A-0000-0000-C000-000000000046}"





Double click the repair.reg file to import the registry keys on the box.





Zgornji opis sicer lahko poiščete na tej[/COLOR] strani.
 
Nazadnje urejeno: