Results 1 to 4 of 4

Thread: new link opens in IE7 instead of tab

  1. #1
    Join Date
    Nov 2005
    Posts
    631

    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. #2
    Join Date
    Dec 2007
    Posts
    2,291

    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?

  3. #3
    Join Date
    Apr 2008
    Posts
    3,295

    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. #4
    Join Date
    Apr 2008
    Posts
    3,522

    Re: new link opens in IE7 instead of tab

    If you are talking about hyperlinks in this form:

    <A HREF="newwindow.html" TARGET="_blank">a new window</A>

    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

Similar Threads

  1. Replies: 2
    Last Post: 24-11-2011, 10:03 AM
  2. Link doesn’t opens up in browser but opens in Microsoft word?
    By Bhuvana21 in forum Technology & Internet
    Replies: 4
    Last Post: 17-07-2011, 10:24 PM
  3. Changing link color when moving mouse over link in HTML
    By Cade in forum Software Development
    Replies: 5
    Last Post: 22-01-2010, 07:46 PM
  4. Firefox opens a new tab everytime i click on any link !
    By JacX in forum Technology & Internet
    Replies: 2
    Last Post: 27-04-2009, 01:41 PM
  5. Replies: 3
    Last Post: 07-03-2009, 01:27 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,114,720.43136 seconds with 17 queries