new link opens in IE7 instead of tab
>> Thursday, June 14, 2012
new link opens in IE7 instead of tab
I noticed yesterday that when I click on a link for example a message comes, and it opens a new IE page. Before, it was a tab that used to open. How do I revert it back ,ie, click link = tab?
Thank you
#2
06-04-2009
EINSTEIN_007
Member
Join Date: Dec 2007
Posts: 2,025
Re: new link opens in IE7 instead of tab
And if you click once on the wheel of your mouse, it does not open a tab?
__________________
Education, Career and Job Discussions
#3
06-04-2009
Lillebror
Member
Join Date: Apr 2008
Posts: 3,253
Re: new link opens in IE7 instead of tab
How do I go about making all external URLs to open in
a new tab in IE7 instead of a new window?
Or at least open a new tab programmatically from .Net?
At the moment I have:
Process launchprocess = new Process();launchprocess.StartInfo.FileName = m_currentItem.Link;launchprocess.StartInfo.Verb = "open";launchprocess.Start();Strangely this always produces a new tab on my home machine, but still produces a new window on my work machine.
Strangely this always produces a new tab on my home machine, but still produces a new window on my work machine.
#4
06-04-2009
Calvin K
Member
Join Date: Apr 2008
Posts: 3,473
Re: new link opens in IE7 instead of tab
If you are talking about hyperlinks in this form:
a new window
that normally pop up a new browser window, you can change that behavior to opening a new tab in IE7 as follows:
Tools\Internet Options\General\Tabs\Settings\When a pop-up is encountered\Always open pop-ups in a new tab
0 comments:
Post a Comment