Windows: Internet Explorer scripting (JavaScript, VBS) doesn't work

Symptom:
 
  Dynamic redirect page loads and but blank and does not redirect.
 
  Page source has the code but nothing happens
 
Resolution:
 
 1. Reregister DLLs
 
  regsvr32 /u /s urlmon.dll
  regsvr32 /u /s mshtml.dll 
  regsvr32 /u /s shdocvw.dll 
  regsvr32 /u /s browseui.dll 
  regsvr32 /u /s jscript.dll 
  regsvr32 /u /s vbscript.dll 
  regsvr32 /u /s scrrun.dll 
  regsvr32 /u /s msxml.dll 
  regsvr32 /u /s actxprxy.dll 
  regsvr32 /u /s softpub.dll 
  regsvr32 /u /s wintrust.dll 
  regsvr32 /u /s dssenh.dll 
  regsvr32 /u /s rsaenh.dll 
  regsvr32 /u /s gpkcsp.dll
  regsvr32 /u /s sccbase.dll 
  regsvr32 /u /s slbcsp.dll 
  regsvr32 /u /s cryptdlg.dll 
  regsvr32 /u /s oleaut32.dll 
  regsvr32 /u /s ole32.dll 
  regsvr32 /u /s shell32.dll 
  regsvr32 /u /s initpki.dll
  regsvr32 /u /s msjava.dll 
  regsvr32 /s urlmon.dll 
  regsvr32 /s mshtml.dll 
  regsvr32 /s shdocvw.dll 
  regsvr32 /s browseui.dll 
  regsvr32 /s jscript.dll 
  regsvr32 /s vbscript.dll 
  regsvr32 /s scrrun.dll
  regsvr32 /s msxml.dll 
  regsvr32 /s actxprxy.dll 
  regsvr32 /s softpub.dll 
  regsvr32 /s wintrust.dll 
  regsvr32 /s dssenh.dll 
  regsvr32 /s rsaenh.dll 
  regsvr32 /s gpkcsp.dll 
  regsvr32 /s sccbase.dll 
  regsvr32 /s slbcsp.dll 
  regsvr32 /s cryptdlg.dll 
  regsvr32 /s oleaut32.dll 
  regsvr32 /s ole32.dll 
  regsvr32 /s shell32.dll 
  regsvr32 /s initpki.dll 
  regsvr32 /s msjava.dll
 
2. Install Latest Java Update
  
3. Make sure scripting is Enable in IE 
  • Internet Options\Security\
  • Select required zone that problem page is located in
  • Click "Custom Level..."
  • Scroll all the way down and make sure all "Scripting" oprions are enabled.

Comments