web page links do not work

  • Thread starter Thread starter Chad THomas
  • Start date Start date
C

Chad THomas

I am having a problem with IE6 where when I click on a link that would
launch a new window, wether it be by javascript:window.open(...); or by <a
href="somelink" target="_blank">some link</a> or any derivitave of the these
two the link does not work. the problem also exists in MSN messenger when
trying to access my hotmail account I am sure the problems are one in the
same since they are probably the same type of call.
Any Thoughts on how to resolve this issue?
 
I am having this same problem.

It will not open anything in a second window, just the original.
 
this worked for me.

1. Click [Start] [Run] type:
(Press Enter after each command)
Regsvr32 /i URLMON.DLL
Regsvr32 actxprxy.dll
Regsvr32 shdocvw.dll
 
Back
Top