Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

register vbscript and jscript DLLs ? 1

Status
Not open for further replies.

J741

Technical User
Jul 3, 2001
528
CA
I have a situation where Internet Explorer 6 will not process any javascript, jscript, or vbscript functions. I have checked all the usual suspects from Windows Updates, to software firewalls, to Windows' security settings, and all Internet Explorer security settings, but the issue still remains.

I remember that I had this issue before on another computer, and the solution I found was to use the REGSVR command to re-register the appropriate DLL files in Windows. However, I can't seem to find the information I used previosly, which lists the command format for the REGSVR command, and the list of DLL files which are associated with vbscript, jscript, and javascript controls.

If anyone has this information, please let me know, or provide an appropriate URL.

- Thanks.
- James.

 
Open a new notepad session, to be called IE_fix.cmd, and copy/paste the below:

regsvr32 urlmon.dll
regsvr32 Shdocvw.dll
regsvr32 Msjava.dll
regsvr32 Actxprxy.dll
regsvr32 Oleaut32.dll
regsvr32 Mshtml.dll
regsvr32 Browseui.dll
regsvr32 Shell32.dll

Save the file, then double click IE_fix.cmd and answer the prompts. Ignore any error messages.

Reboot and test again.

In the alternative for XP, use the free utility IEFIX:
 
Thanks Bill, that's exactly what I was looking for.

- James.

My memory is not as good as it should be, and neither is my memory.

I have forgotten more than I have learned
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top