IE6 Open links in the SAME window

Ok please don't laugh. . . . How do I force IE6 to open links in the same window as the one I clicked the link in? I've tried Tools>Internet Options>Advanced>'Re-use windows for launching shortcuts' but that didn't help.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar14.webp

302 Posts
Location -
Joined 2001-12-18
Ok please don't laugh....
 
How do I force IE6 to open links in the same window as the one I clicked the link in?
 
I've tried Tools>Internet Options>Advanced>'Re-use windows for launching shortcuts' but that didn't help.

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar30.webp

556 Posts
Location -
Joined 2003-03-28
Quote:Ok please don't laugh....

How do I force IE6 to open links in the same window as the one I clicked the link in?

I've tried Tools>Internet Options>Advanced>'Re-use windows for launching shortcuts' but that didn't help.

That bugs me too. I don't think there is a setting for it though. You can however just drage the link to the addressbar or titlebar.

data/avatar/default/avatar35.webp

2172 Posts
Location -
Joined 2002-08-26
With Phoenix, you can add this line to the user.js file:
 

Code:
// Stop reusing active windows:user_pref("advanced.system.supportDDEExec", false);

data/avatar/default/avatar30.webp

556 Posts
Location -
Joined 2003-03-28
Quote:With Phoenix, you can add this line to the user.js file:

Code:
// Stop reusing active windows:user_pref("advanced.system.supportDDEExec", false);


yeah well what does that have to do with anything?

data/avatar/default/avatar35.webp

2172 Posts
Location -
Joined 2002-08-26
A subtle hint, to use Phoenix...
 
I don't think it's possible to do so with IE.

data/avatar/default/avatar14.webp

302 Posts
Location -
Joined 2001-12-18
OP
I already use Phoenix 90% of the time (and a mighty fine browser it is too)
 
However some pages (MS site and those created with Frontpage etc) refuse to display correctly or at all if you don't use a version of IE, hence my original post.

data/avatar/default/avatar05.webp

214 Posts
Location -
Joined 2002-10-05
Quote:However some pages (MS site and those created with Frontpage etc) refuse to display correctly or at all if you don't use a version of IE, hence my original post.
This is because those pages do not follow HTML standard.

Quote:With Phoenix, you can add this line to the user.js file:

Code:
// Stop reusing active windows:user_pref("advanced.system.supportDDEExec", false);

With Mozilla, you can simply type "about:config" into Location bar and change the value there.. I thought you could do the same in Phoenix too.. I'm not that sure though.

data/avatar/default/avatar35.webp

2172 Posts
Location -
Joined 2002-08-26
IIRC, about:config in all but the latest Phoenix nightly's is broken.

data/avatar/default/avatar22.webp

1438 Posts
Location -
Joined 2001-01-04
u can't do it in IE or set it to do that - that option is designed into the web page it's self , so it is a matter of asking the maker to change his html in his page.