INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

HANDLE


PASSWORD
Remember Me
Forgot Password?

Come Join Us!

  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • Turn Off Ad Banners
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

E-mail*
Handle

Password
Verify P'word
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Member Feedback

"...Congratulations on a brilliant idea and a great site..."

Geography

Where in the world do Tek-Tips members come from?
Helpful Member!csmiceli (Programmer)
7 Sep 01 14:56
Hi,

Somehow I disabled the "Open in New Window" option when you right click on a link within Internet Explorer. I am also unable to open links that open into a new instance of IE.

I attempted going through Microsoft's knowledgebase and found a couple articles that suggested I may need to register some .dll's. Didn't work. I've also tried uninstalling, reinstalling and upgrading to IE 6 -- nothing. I figure it must be some setting or registry corruption that survives reinstalls

Any suggestions would be appreciated!
Helpful Member!Helpful Member!Helpful Member!Helpful Member!reghakr (IS/IT--Management)
7 Sep 01 17:26
Hope this helps:

Open in New Window from Shell Context Menu
First go to Tools>Internet Options, click  the Advanced tab Advanced and select Reuse Windows for Launching Shortcuts. If that doesn't work:

This tips fixes one of the most annoying design features of Internet Explorer. When a window is open doubling clicking a URL shortcut or HTML file on your local computer replaces the contents of the current window with the new file. This tip add Open in New Window to the context menu.

While it's possible to make this command the default action, when IE checks if it's the default browser it notices that it's a different command and thinks it's not the default browser (even though it is) and offers to restore itself to being the default browser.

Adding Open in New Window
Copy these lines into a new blank Text Document, edit it to suit, name it IEOpenNew.reg, double click it.
=============BEGIN CUT===============
REGEDIT4
[HKEY_CLASSES_ROOT\htmlfile\shell\openinnew]
@="Open in New Window"
[HKEY_CLASSES_ROOT\htmlfile\shell\openinnew\command]
@="\"C:\\PROGRA~1\\INTERN~1\\iexplore.exe\" \"%1\""
================END CUT==================
Making Open in New Window the Default Double Click Action
Add these two lines in the above reg file (under REGEDIT4 by convention). If IE checks if it is the default browser it will offer to reverse this change if you choose to allow it to.

[HKEY_CLASSES_ROOT\htmlfile\shell]
@="openinnew"

Arranging the Context menu
The shell key can take more than the default value. For shell statements Windows places Open, Explore, Find,and Print first, then other Shell commands in the order they were added to the registry, then shell extension commands. By listing the commands under the Shell key you can rearrange the order.

[HKEY_CLASSES_ROOT\htmlfile\shell]
@="open,openinnew"

reghakr
Helpful Member!csmiceli (Programmer)
10 Sep 01 8:17
reghakr -- Thanks for the suggestions! Unfortunately I'm still having the problem after trying them.
Helpful Member!Helpful Member!Helpful Member!Helpful Member!reghakr (IS/IT--Management)
10 Sep 01 9:10
Have you tried repairing?

reghakr
Helpful Member!csmiceli (Programmer)
10 Sep 01 12:43
I just tried a repair, but the problem still exists.

I've noticed some other symptoms since my original post. I was unable to do a file/Save as... to my local and shared drives. I also had trouble launching the Microsoft Script debugger the other day. I'm not sure if any of these issues are related.
Helpful Member!Helpful Member!Helpful Member!Helpful Member!reghakr (IS/IT--Management)
10 Sep 01 16:06
Unable to save????........What was the message?

Are you launching the Script Debugger yourself, or is a it appearring because of script errors?

reghakr
Helpful Member!csmiceli (Programmer)
12 Sep 01 8:33
Hi,
The error message to the Save as.. was as follows:

"The Web page could not be saved to the selected location."

I selected "Web Page, HTML only" as a file type. I've never had trouble saving to any of the drives before from other applications, including after I received this error in IE.

As for the Script Debugger I first saw the error When I placed a stop in some server side VBScript. (I have IIS on my PC.) It was working fine and then for awhile and then one day I got this message. I've tried uninstalling and re-installing the debugger a few times. The error is,

"Microsoft Script Debugger failed to initialize.  Please reinstall the debugger components and try again."

My operating system is Windows 2000 Professional if this is any help.
Helpful Member!Helpful Member!Helpful Member!Helpful Member!reghakr (IS/IT--Management)
14 Sep 01 18:48
Then I'd suggest you go to ControlPanel>Add/Remove Programs, select Add/Remove Windows components and uncheck Script Debugger and IIS, reboot, then go back and check them both to re-install.

I've never used IIS, so I can't be of any help there.

reghakr
Helpful Member!Helpful Member!Helpful Member!Helpful Member!Helpful Member!PGtips (TechnicalUser)
29 Nov 01 7:41
I've also been suffering similar problems with XP Pro/IE6. But I've just fixed mine by re-registering the following, some of which have already been mentioned, but it's worth a try. Run each of the following from start/run:

regsvr32 Shdocvw.dll
regsvr32 Shell32.dll
regsvr32 Oleaut32.dll
regsvr32 Actxprxy.dll
regsvr32 Mshtml.dll
regsvr32 Urlmon.dll

Hope this works for you too!
PG
Helpful Member!Helpful Member!smitee (TechnicalUser)
13 Dec 01 23:50
Remedies not already offered in this thread............

Excerpted from MS Newsgroups.....
-------------------------------------------------------------------------------------------------------
You may want to check these (default) Registry entries vs. yours

[HKEY_CLASSES_ROOT\htmlfile\shell\opennew]
@="&Open"
[HKEY_CLASSES_ROOT\htmlfile\shell\opennew\command]
@="\"E:\\Program Files\\Internet Explorer\\iexplore.exe\" %1"
[HKEY_CLASSES_ROOT\htmlfile\shell\opennew\ddeexec]
@="\"%1\",,-1,0,,,,"
"NoActivateHandler"=""
[HKEY_CLASSES_ROOT\htmlfile\shell\opennew\ddeexec\Application]
@="IExplore"
[HKEY_CLASSES_ROOT\htmlfile\shell\opennew\ddeexec\IfExec]
@="*"
[HKEY_CLASSES_ROOT\htmlfile\shell\opennew\ddeexec\Topic]
@="WWW_OpenURLNewWindow"
---------------------------------------------------------------------------------------------------------

Same thread........claims a FIX

I replaced my oleaut32.dll (ver 3.50.5014.0)  with an older version
(2.40.4275) from the command line. You have to do it without Windows
running.

----------------------------------------------------------------------------------------------------------
FULL THREAD
http://groups.google.com/groups?hl=en&threadm=9v6kpd%24d76%241%40plutonium.btinternet.com&rnum=1&prev=/groups%3Fq%3D%2522Open%2Bin%2BNew%2BWindow%2522%2Bdisabled%26hl%3Den%26scoring%3Dd%26rnum%3D1%26selm%3D9v6kpd%2524d76%25241%2540plutonium.btinternet.com

smitee
Helpful Member!Helpful Member!Helpful Member!Helpful Member!Helpful Member!Sgasman (Visitor)
3 Jan 02 10:51
i just had the same problem, and i found the solution.
u have to download and run this executable
http://download.microsoft.com/download/msninvestor/Patc...

for more info on this problem ge here:
http://groups.google.com/groups?selm=3c1ce59d%241%40new...
Helpful Member!newtoXP (Visitor)
16 Feb 02 18:40
The first thing I tried -
Start, Run,  Type this command: REGSVR32 URLMON.DLL
worked ! it fixed ALL the problems I mentioned and I didn't even have to reboot.

A tech from a newsgroup e-mailed me with possible solutions, some of which may have already been memtioned on this list, but I'll copy and paste them from the e-mail in case they might be of help to others -

(start of copy)
-------------------------
See if any of this helps:

Start/Run/CMD.  Type this command: REGSVR32 URLMON.DLL. Ok/Reboot.

IE6 opens blank (empty) windows
http://www.mvps.org/inetexplorer/answers2.htm#blank_windows

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

How do I get HTTP hyperlinks in OE to open IE
http://chattanooga.net/~scochran/ielnk.htm

How do I get mailto hyperlinks in IE to open OE
http://chattanooga.net/~scochran/oelnk.htm

Send To Mail Recipient Opens an Outlook Plain Text Message
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q234487

Search Companion Issues:  Read the issues the apply accordingly

Search does not work when not connected to the Internet

The file that is missing is BAR.XSL  (Windows\srchasst\mui\0409\bar.xsl This
file may be locally cached in the Temporary Internet Files, so this may
explain why some users have this problem "intermittently".

Here are 2 fixes. Both require access to the Win XP CD (or copy of the files
in the I386 folder.

1)  Click Start, Run and enter CMD     Then enter the following command
where X is your CD drive letter.

EXPAND -r X:\I386\BAR.XS_ C:\Windows\srchasst\mui\0409

(if you're using a copy of the I386 files, then change the path above to
point to that location. Additionally, if the Windows Folder is not on your
C: drive, change the command line accordingly).

2) Open Explorer and go to Windows\Inf.  Locate the srchasst.inf file.
Right click it and select Install.  You'll need your XP CD or the files from
the I386 folder.
~~~
Error: "A file that is required to run Search Companion cannot be found. You
may need to run setup".

Here are two fixes.

Fix #1) Right click on each of the links below  and select Save Target As.
Save the files to \Windows\srchasst\mui\0409 folder.

http://sa.windows.com/sasearch/bar.xsl
http://sa.windows.com/sasearch/balloon.xsl

The Windows\Inf folder is a hidden folder.  You can adjust your Explorer
Folder Options (View tab) to Show hidden files and folders.

Fix #2) Open Explorer and go to the Windows\Inf folder. Locate the
srchasst.inf file. Right click it and select Install. You'll ned your XP CD
or the files from the I386 folder. (This fix will require you to have your
Win XP CD).

Again, the Windows\Inf folder is a hidden folder.  You may need to adjust
your Windows Explorer options to show hidden files and folders.  You can
also click Start, Run and enter %SystemRoot%\Inf to open directly to the Inf
folder.
~~~
Search Companion does not work:

Option 1.  Depending on your version of TweakUI, run it, go to the Desktop
settings and put the check mark back in Search Results.

Option 2.  If you don't have TweakUI installed, or this option isn't
available in your version, copy and paste the following lines into a Notepad
file and save the file with an REG extension. Make sure to add a blank line
at the end of the file.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Deskt
op\NameSpace\{e17d4fc0-5564-11d1-83f2-00a0c90dc849}]
@="Search Results Folder"

Locate the file you just saved and double click it.  Answer yes to the
import prompt.

Option 3: If manually editing the Registry is not to your liking, visit the
web site at www.dougknox.com and visit the Windows XP section.  In Tweaks
and Fixes, follow the link for Fix Windows XP Search (error) and follow the
instructions.

Hope this helps! sofm.org
----------------------------

trinostra (TechnicalUser)
2 Jun 04 16:59
Thank you Sgasman.Before your tip tried everything else. That patch worked. Thank you.

Start A New Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Promoting, selling, recruiting and student posting
are not allowed in the forums.
Posting Policies

LINK TO THIS FORUM!
(Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum)
TITLE: Browser issues for IT professionals Forum at Tek-Tips
URL: http://www.tek-tips.com/threadminder.cfm?pid=608
DESCRIPTION: Browser issues for IT professionals technical support forum and mutual help system for computer professionals. Selling and recruiting forbidden.