PDA

View Full Version : IE - Open in new window problem


Zeke
2nd Feb 2002, 07:22
Hey all,

When I try an do a right click open in new window thingy, a window opens but the link will not connect unless I press stop and hit enter in the new windows with the new url as the address...

Any ideas whats missing ..

Z

TR4A
2nd Feb 2002, 09:56
Is it doing the same thing as this thread?

<a href="http://www.pprune.org/cgibin/ultimatebb.cgi?ubb=get_topic&f=35&t=001625&p=" target="_blank">http://www.pprune.org/cgibin/ultimatebb.cgi?ubb=get_topic&f=35&t=001625&p=</a>

Zeke
2nd Feb 2002, 12:06
TR4A,

Tried the regserv thing, it did not help.

I started having the problem with IE5.5 then I installed IE6.0 thinking this would fix it, it didn't.

I am running 98 and IE6 now on the machine that I am having problems with.

Thanks

Z

Zeke
2nd Feb 2002, 13:21
The problem also occours when a javascript window opens

TR4A
2nd Feb 2002, 20:37
Take a look at this:

<a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;q272322" target="_blank">The "Open in a New Window" Command May Not Work</a>

Zeke
2nd Feb 2002, 21:20
TR4A,

Thanks, interesting, the registry entries seems to be file, just tried to register the files that are in the "The "Open in a New Window" Command May Not Work (Q272322)" page....

Shdocvw.dll,Oleaut32.dll,Actxprxy.dll,Mshtml.dll no problems with the regsvr32 command...

Two copies of url.dll on the machine, one in system, the other in backup, all the other dlls have only one copy on the machine.

Shell32.dll and url.dll, a message box appears.... ."shell32.dll was loaded, but the DllRegisterServer entry pointer was not found

DllRegisterServer may not be exported, or a corrupt version of the shell32.dll may be in memory. Consider using the PView to detect and remove it."

Whats PView .. any ideas

Thanks

Z

TR4A
3rd Feb 2002, 00:55
Found this on <a href="http://groups.google.com/" target="_blank">http://groups.google.com/</a>. .----------------------------------------------. .I can confirm you that replacing OLEAUT32.DLL solves this problem.. .If you have the same problem of new windows from explorer not. .displayed,. .please check the version of OLEAUT32.DLL in the microsoft DLL help. .database:

<a href="http://support.microsoft.com/servicedesks/fileversion/dllinfo.asp?fr=0&sd=msdn" target="_blank">http://support.microsoft.com/servicedesks/fileversion/dllinfo.asp?fr=0&sd=msdn</a>

In my case, i have accidentally replace my oleaut32.dll file with. .verison 3.50.5014.0 that is supposed to be windows XP only (and don't. .work on W98)

you can obtain a good copy of oleaut32.dll version 2.40.4518.0 for W98. .in oeinst.cab copied by explorer 6.0 setup (download only).. .The file need to be replaced by a MSDOS prompt because most likely. .will be in use.. ._________________________________________________

[ 02 February 2002: Message edited by: TR4A ]</p>

Zeke
3rd Feb 2002, 06:38
TR4A,

Many thanks, found a version of the file in one of the win98 install cabs an loaded that. All seems well now.

Thank you again

Z

TR4A
3rd Feb 2002, 08:27
You're welcome.