I had a nasty nasty new problem with my PC recently, Internet Explorer would refuse to open a new window when I right clicked to summon one and any http://somesite.com links in MSN or E-mails would fail to work.. "ahh crap" I thought, "How am I ever supposed to know what to do here?" I checked the registry, I blamed spyware...then I thought "how about a spot of googling?
Contents of "ReReg.bat" :
@ECHO OFF
regsvr32 Shdocvw.dll
regsvr32 Shell32.dll
regsvr32 Oleaut32.dll
regsvr32 Actxprxy.dll
regsvr32 Mshtml.dll
regsvr32 Urlmon.dll
That re-registers the DLL files that Internet Explorer uses, I imagine someone viewed the Internet Explorer installer log file and pulled them out, thanks to whoever did that
My problem is now solved..
They suggested typing those in one by one, of course I got lazy and clever and batch filed them
Keywords : Internet Explorer Links in a new window failing to load, Internet Explorer Refuses to open in a new window, Clicking links returns nothing
Contents of "ReReg.bat" :
@ECHO OFF
regsvr32 Shdocvw.dll
regsvr32 Shell32.dll
regsvr32 Oleaut32.dll
regsvr32 Actxprxy.dll
regsvr32 Mshtml.dll
regsvr32 Urlmon.dll
That re-registers the DLL files that Internet Explorer uses, I imagine someone viewed the Internet Explorer installer log file and pulled them out, thanks to whoever did that
They suggested typing those in one by one, of course I got lazy and clever and batch filed them
Keywords : Internet Explorer Links in a new window failing to load, Internet Explorer Refuses to open in a new window, Clicking links returns nothing
Matthew1471's ASP 


