IE6 blank pop-up windows.

P

P.Shango

I send previous posts and a web page for microsoft about
the problem
http://support.microsoft.com/default.aspx?kbid=281679
The main part is

Quit all programs that are running.
Click Start, and then click Run.
Type regsvr32 urlmon.dll, and then click OK.
When you receive the "DllRegisterServer in urlmon.dll
succeeded" message, click OK.
If this does not resolve the problem, repeat steps 2
through 4 for each of the following files (in step 3,
replace Urlmon.dll with each of the file names below):
Shdocvw.dll
Msjava.dll
Actxprxy.dll
Oleaut32.dll
Mshtml.dll
Browseui.dll

The regsvr32 one is found but the others in the list when
i try and run them i get the message

This file does not have a program associated with it for
performing this action. Create an association in My
Computer by clicking View and then clicking Folder Options.

Any ideas?
Thanks
 
J

Jim Byrd

Hi P. - You've misunderstood things a little. regsvr32 is a program which
registers (or also can unregister) other programs of certain types with the
system Registry so that other programs can then find the entry points that
they need. What you have to enter it the full command sequence for each
program that you're trying to register, as in the following which is a
"general fix" for various IE troubles:

Go to Start|Run and enter one line at a time (or even easier, open a DOS box
and copy the following in its entirety and then paste it into the box):

regsvr32 comcat.dll
regsvr32 Shdocvw.dll
regsvr32 Oleaut32.dll
regsvr32 Actxprxy.dll
regsvr32 Mshtml.dll
regsvr32 Urlmon.dll
regsvr32 Shell32.dll
regsvr32 Msoeacct.dll
regsvr32 "C:\Program Files\Outlook Express\Msoe.dll"
regsvr32 msjava.dll
regsvr32 browseui.dll
regsvr32 Stdole2.tlb
regsvr32 Olepro32.dll
regsvr32 Msjet40.dll
regsvr32 Msjtor40.dll
regsvr32 Dao360.dll


with a Return after each .dll. You'll get a message about successful
completion of the re-registration process after each one which you'll have
to OK to close, then enter the next (with the DOS box they'll be continuous
except for the last one).

If you use Win98x and get an error on Shell32.dll, ignore it. Only the ME,
Win2k and XP versions of windows have shell32 as an object that needs
registering. (For these earlier operating systems, run "regsvr32
shdoc401.dll " instead of "regsvr32 Shell32.dll".) Depending on your
system, you may also get "not found" error messages on the last two - if so,
ignore them.

Re-start your computer when you've finished.

--
Please respond in the same thread.
Regards, Jim Byrd, MS-MVP



In
 
P

P. Shango

Many thanks for your help
All working fine now after following your instructions and
reinstalling ie6 aswell
Thanks again
 
J

Jim Byrd

YW, P. Shango - Glad it helped.

--
Please respond in the same thread.
Regards, Jim Byrd, MS-MVP



In
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top