Question about in-browser links opening new windows

Is there a plugin or setting which will force Safari to open all new windows as tabs? I know that there is a setting for that from other applications, but how do you force Safari to do that for itself? I'm getting sick of browsing for a half hour or so to find that I've got a dozen or so windows open. Yes, I know I can combine them all into one window, but why can't I set the browser to do that automatically?
I have the block pop-ups enabled as well. What I want is a plugin or setting that will always open in-browser links as new tabs(instead of new windows) without having to use command-click. Is there anything like that out there?

Hi Sailingmaster,
The only one I know of is Saft. It's shareware, but it comes with a ton of features. Also, Li Hao (developer) has done and continues to do a great job of keeping it up-to-date, and incorporating end-user suggestions. Highly recommended.
Yang

Similar Messages

  • Links opening new Windows

    Is there a global setting that controls whether links in Portal
    open new IE Windows. I know how to edit this attibute for URL
    items in content areas, but our portal pages and portlet links
    have recently began to open new windows without any explanation.

    iBod:
    Thanks! That did indeed solve the problem. I knew the solution was simple, I just couldn't find the right "Preference" to adjust. It is certainly non-intuitive to have it under the "Tabs" preference panel -- I must have looked right at it and dismissed it as not relevant to my problem. I have now marked this question as "Solved."
    Mulder:
    I have given tabs a try -- many times. It just isn't my style. Now with this preference properly adjusted, I vastly prefer using windows-style browsing. Also, I can scroll through all the open windows in a breeze using "Command-tilde (~)", which is like riffling the pages of a magazine. Very convenient. Another problem with tabs is that all open pages have a tab visible in the top window, which means that anyone seeing the screen can see the names of all currently open Web pages. In my work environment, that is not acceptable -- I only want the top window to be visible at any given time, as it would be a security issue if random passersby walking behind my work area could see exactly which windows I have open at a particular time. In any case, I marked your answer as "Helpful" as well, since the question was already "Solved" by iBod's answer, which was posted first here chronologically.

  • Open non browser link in new window

    Hi All,
    I know by "cmd opt click" you can open the selected link in a new window but is it possible to do that with a non safari link? For example an external link such as an ichat window or link from Mail. For anything not contained in the browser.
    Thanks.

    Something like this - maybe...
    ICeCoffEE 1.5b1 <http://www.macupdate.com/info.php/id/8852/icecoffee>
    DESCRIPTION
    ICeCoffEE lets you Command-click on URLs in Cocoa applications to launch them. It is modeled after ICeTEe, for classic Mac OS, which provided the same functionality in many Macintosh applications by patching TextEdit.
    Command-click anywhere in a Cocoa application's text area. Some Cocoa applications that come with Mac OS X include Stickies, TextEdit, Mail, and Network Utility.
    Control-click (or if you have a multi-button mouse, click with the right button) on a text area, and notice a "Services" menu at the bottom. This menu works the same as the Services menu in the menu bar.
    Tom

  • Links opening new window/tab

    As far as I can remember before Safari 3, I could set it so that if I clicked on a link in an email it would NOT open it in a new tab OR Make a new window appear. I like it this way but now it seems in Safari 3 you only have the choice of a new tab or new window. Is there a way to have links from mail just keep one Safari window and load the pages from the links over each other without opening a new window? Am I remembering correctly that you could do this in previous versions of Safari?
    Paul W.
    Message was edited by: paul wilson5

    You can override how links are opened via the browser.link.open_newwindow.override pref.
    *http://kb.mozillazine.org/browser.link.open_newwindow
    *1: current tab; 2:new window; 3:new tab;
    Use this for links opened via JavaScript.
    *http://kb.mozillazine.org/browser.link.open_newwindow.restriction
    See also:
    *http://kb.mozillazine.org/Prevent_websites_from_disabling_new_window_features

  • Link opens new window

    How do i have a link open a new window?

    <a href= "
    http://www.anything.com/something"
    target=_blank>link text</a>

  • List of Links, opening new window on click

    Dear developers,
    I'm Developing a solution in which I need to show a list of links and when you click opens a new window . Every name of the list have different link.
    In conclusion, I want to show a list of links that when you click to open in a new window.
    My solution:
    1. I've implemented a Select One List associated with a valueChangeListener.
    2. ValueChangeListener call ManageBean method, and in the method I calcule link
    3. Using JavaScript inside ManageBeanMethod I open the new window.
    It works well, but when I click on the same value valueChangeListener not call the method. As the value doesn't change, doesn't activate the valueChangeListener. I need to always call ManageBean method.
    They know how you fix it from my implementation?+
    There is a better solution? there is an especific component?+
    Edited by: 966474 on 19-oct-2012 1:31

    Hi,
    check this thread {thread:id=2452884}

  • Error when link opens new window

    I have the community projects portlet on the community home page, and when a user clicks on one of the projects, the project opens, but the base window turns into "Page not found". When I do the same thing as admin, it does not do this. Any ideas? Thanks.

    F.,
    We have been seeing some strange issues with new windows, sessions, etc. with IE8 over the last few weeks (particularly).  Do not have any definitive answers yet but may have something to do with the IE security fixes that came out recently.  If you (or your users -- not sure what role you have) have the ability to log a service request I would suggest doing so to allow us to better troubleshoot and track these issues.
    I will come back and update this thread when we have something more definitive.  Right now we are trying to catalog the various behaviors we are seeing and determine what might be going on.
    Best regards,
    Stevan - Oracle

  • Link bar additional link open new window

    I am new to flex and trying to learn. I am working on a small
    site. the site will have a few navigation items. However one links
    to another site. The rest are on the site I am using the bellow
    code. What I need is between the customer info adn account info is
    to add another link that opens a new browser window and goes to a
    url. I am a bit lost and not sure how to do that or if its possible
    with this. Any help would be great.
    <?xml version="1.0"?>
    <!-- containers\navigators\VSLinkEffects.mxml -->
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml">
    <mx:WipeUp id="myWU" duration="300"/>
    <mx:WipeDown id="myWD" duration="300"/>
    <mx:WipeRight id="myWR" duration="300"/>
    <mx:VBox height="188">
    <mx:LinkBar dataProvider="{myViewStack}"
    borderStyle="solid"
    backgroundColor="#EEEEFF"/>
    <mx:ViewStack id="myViewStack"
    borderStyle="solid"
    width="273"
    creationCompleteEffect="{myWR}" height="137">
    <mx:Canvas id="search"
    label="Search"
    hideEffect="{myWD}"
    showEffect="{myWU}" backgroundColor="#E81414">
    <mx:Label text="Search Screen"/>
    </mx:Canvas>
    <mx:Canvas id="custInfo"
    label="Customer Info"
    hideEffect="{myWD}"
    showEffect="{myWU}">
    <mx:Label text="Customer Info"/>
    </mx:Canvas>
    <mx:Canvas id="accountInfo"
    label="Account Info"
    hideEffect="{myWD}"
    showEffect="{myWU}">
    <mx:Label text="Account Info"/>
    </mx:Canvas>
    </mx:ViewStack>
    </mx:VBox>
    </mx:Application>

    This does what you want, kind of:
    <?xml version="1.0"?>
    <!-- containers\navigators\VSLinkEffects.mxml -->
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml">
    <mx:Script>
    <![CDATA[
    import mx.events.ItemClickEvent;
    private function itemClickHandler(event:ItemClickEvent):void
    if(event.label == "Open URL"){
    navigateToURL(new URLRequest("
    http://www.google.com"),
    "_blank");
    ]]>
    </mx:Script>
    <mx:WipeUp id="myWU" duration="300"/>
    <mx:WipeDown id="myWD" duration="300"/>
    <mx:WipeLeft id="myWL" duration="300"/>
    <mx:WipeRight id="myWR" duration="300"/>
    <mx:VBox height="188">
    <mx:LinkBar dataProvider="{myViewStack}"
    borderStyle="solid"
    backgroundColor="#EEEEFF"
    itemClick="itemClickHandler(event)"/>
    <mx:ViewStack id="myViewStack"
    borderStyle="solid"
    width="273"
    creationCompleteEffect="{myWR}" height="137">
    <mx:Canvas id="search"
    label="Search"
    hideEffect="{myWD}"
    showEffect="{myWU}" backgroundColor="#E81414">
    <mx:Label text="Search Screen"/>
    </mx:Canvas>
    <mx:Canvas id="custInfo"
    label="Customer Info"
    hideEffect="{myWD}"
    showEffect="{myWU}">
    <mx:Label text="Customer Info"/>
    </mx:Canvas>
    <mx:Canvas id="openURL"
    label="Open URL"
    hideEffect="{myWL}"
    showEffect="{myWR}">
    <mx:Label text="URL Opened"/>
    </mx:Canvas>
    <mx:Canvas id="accountInfo"
    label="Account Info"
    hideEffect="{myWD}"
    showEffect="{myWU}">
    <mx:Label text="Account Info"/>
    </mx:Canvas>
    </mx:ViewStack>
    </mx:VBox>
    </mx:Application>

  • How do I tell Logic to open new windows always on my external monitor (when available)?

    Hey guys
    I finally got my own copy of Logic 9 from the App Store and I'm very happy with it.
    I have a question though. Logic always open new windows (e.g. when opening a project or when opening a plugin, etc.) in my Macbook Pro's monitor, but at home I have a big external screen which I want to use as the main screen.
    I already have set the external monitor to be the main screen in the System Preferences, so the dock and menu bar always display correctly on my external monitor when available. But Logic still uses my MBP's monitor as main monitor, so I have to move the windows to the external display every time I open them.
    Is there a way to tell Logic to use my external monitor as default when it's availble?
    Thanks, Josh

    There is a thing in OSX that is called "key focus" or "focus".
    When you type on your keyboard (text or any keyboard shortcut), the OS has to know where to send that command to if you have multiple windows open (or multiple applications).  The answer is, it directs the command to the window that has "key focus".
    The key focus window is the one with the active window title bar (not grayed out) and the colored three buttons in the upper left corner (unfortunately, Logic doesn't use colors).
    Now to Logic:
    Logic follows the same rules. However, you have to pay attention to multi-pane windows like the Arrange window. This is a window with more windows (panes) inside. Now the question is, which window pane inside that window has key focus. If you look closely, then you see that the window frame changes  their shade slightly (sometimes very hard to see). Pay especially attention to plugins. They also have key focus when selected and can receive keystrokes.
    Finally to your question.
    You cannot set the preferences on which monitor screen Logic opens  a window. This is determined by the location of the window that has currently key focus. Any new window and also alert windows and dialog windows  (Save, Open) will open on that screen.
    So if you want a window to open on you external screen, click on a Logic window on that screen.
    I have five monitors on my Logic setup and I use a QuicKeys macro (push one button) that sets the key focus to my main monitor and now any new window will open on that screen screen.
    Hope that helps 
    Edgar Rothermich 
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • Links open in a new browser instead of a new tab. I do have "open new windows in a new tab instead" ticked

    Hi
    I am using Windows 7 on my desktop and today my Firefox browser opens links from emails in a new browser instead of a new tab.
    I do have "open new windows in a new tab instead" , under tools; options, Tabs ticked.
    I have tried unticking it and then re-ticking it but neither make any difference.
    Hope you can help!

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)

  • How stop FF31 from opening new window? I want to open all links in new tab at top of page.

    I think the following, quote below, from the help page is my problem.
    I have this one website I use that when I click on a link within the website it is opening a new window with the tab at the bottom. Also, when this happens, I am losing the orange FireFox rectangle, bookmarks and navigation options. How can I set FF31 so that the link opens in a new tab and I keep all my options? I am using Classic Theme Restorer 1.2.3. I also notice that in the new window I lose the ability to use some of the addons.
    I have two laptops and both are running FF31 and W7. One of them is working perfectly and the other is having this problem. As far as I can tell they are both set up the same. The only difference is that when I upgraded to FF31 they both had difference older versions of FireFox. I also read in the help forum that maybe I need to go back to FireFox 28 to accomplish what I am trying to accomplish.
    I noticed that when I go under about:config that the version of FF that is not working has fewer available options versus the version that is working. An example would be that the working version has "browser.tabs.onTop" where on the other laptop this is missing.
    >>>Open new windows in a new tab instead: This option controls whether links from other applications or from web pages which request to open them in new windows are opened in a new window or a new tab in the most recent window.
    Note: If you have chosen to open pages in new tabs, Firefox will ignore this option and will open a new window from a link if the page author specified that the new window should have a specific size, because some pages can only be displayed correctly at a specific size.<<<
    Thank you in advance for any help,
    yeto

    You can override how links are opened via the browser.link.open_newwindow.override pref.
    *http://kb.mozillazine.org/browser.link.open_newwindow
    *1: current tab; 2:new window; 3:new tab;
    Use this for links opened via JavaScript.
    *http://kb.mozillazine.org/browser.link.open_newwindow.restriction
    See also:
    *http://kb.mozillazine.org/Prevent_websites_from_disabling_new_window_features

  • Embedded links in emails won't open new window or tab in FF.

    Running Mac OS X 10.6.6 and FF Version 3.6.12. I'm using Mail Version 4.4 as my email client and when I try and open an embedded link from an email, the link doesn't open a new tab or window. FF recognizes the link, but doesn't respond with a new tab or window. If I copy and paste the link into the browser the links work fine, so I feel like it's a setting or bug that has been changed somewhere somehow. This problem only happens when I try to click directly from the email. I've tried searching the preferences in both Mail and FF, but can't seem to find anything that fixes the problem. This issue started happening two weeks ago when I did the latest Mac OS X security update. Any thoughts or suggestions?

    Hi everyone, I have Snow Leopard 10.6.8. I have been very very frustrated by this problem. [I could not create new windows, and anything that opens new windows, such as trying to see what Add-ons you have etc would not work]. I read about changing screen alignment to the top... I have one screen so the option does not exist. The above messages would not fix this problem. I searched hard and did find a solution in the end. I read stuff about removing Add-ons until the problem is fixed, but its simply not the case.
    First of all open Firefox. next go to options: Help --- 'Restart with Add-ons disabled'. Tick the box for add-ons, restart firefox. Next go to Tools --- Add-ons. Next (In the Add-ons Manager' click on 'Plugins' on the left hand side pane. Look for the small blue writing that says 'Check to see if your plugins are up to date'.
    Now notice it should say 'Missing Flash'. "For your safety, Firefox has disabled your outdated version of Flash. Please upgrade to the latest version". I followed this, reinstalled Flash and it now works as it always did, no problems. For people where the above fix didn't work, try this one out. Hope it helps people!
    :o)

  • Put back "Open Link in New Window" first and default, rather than "Open Link in New Tab" in Safari 6.1

    I do not like the order of the context menu changes in Safari 6.1.  I have become accustomed to using "Open Link In New Window" first in the context list, rather than the new "Open Link In New Tab".  I do not wish to use Tabs.  How may I remove this?

    Well, I solved it just after I posted this.  I opened up the Safari Preferences, then went to the TABS section, and set "Open pages in tabs instead of windows: to NEVER", and unchecked "⌘-click opens a link in a new tab".   That set it back to open in new windows.
    Tabs work if I am making quick tabs to refer to something.  Horrible if I want to compare two websites side by side.  So, by disabling the auto TAB function, I'm back to the way I prefer my browser to work, rather than the way something thinks I ought to use it.
    Don't care about having all my browsers behavior the same.  If I wanted that, I would have run those browsers.

  • Open browse in a new window

    I can open a browse in a new window for insert update delete and return the selected value to the page you call it ?
    Jorge

    Firefox did have a behavior where some new windows -- those considered to be dialogs -- could not have new tabs, so new tabs were diverted to the window from which the dialog was opened.
    According to the bug tracking system, a fix is in the works:
    [https://bugzilla.mozilla.org/show_bug.cgi?id=644729 644729 – Popup window with all toolbars visible causes new tabs to open in another browser window] referencing [https://bugzilla.mozilla.org/show_bug.cgi?id=485237 485237 – Need to treat popups consistently].
    That second ones says Target Milestone: Firefox 12, so the fix probably didn't make it into Firefox 11.
    WORKAROUNDS
    That first bug says there is an add-on to work around this -- it enables the middle mouse button to open links in a dialog window: [https://addons.mozilla.org/en-US/firefox/addon/bug-586234-unfixer/ Bug 586234 Unfixer :: Add-ons for Firefox]. I haven't tried it myself.
    Old forum thread cross-reference: [https://support.mozilla.org/en-US/questions/824649 When I open a new tab it opens in the wrong window | Firefox Support Forum | Firefox Help]

  • Issue while opening Shop Link in New Window

    Hi All,
    Recently We have upgraded SRM5.0 to 7.0 and now we are using Portal for Front end application. We have configure the SRM appliation in Portal EP 7.0.
    Now i can fetch the data from SRM but problem is when i am opening Shop Link ( Employee Self Serviece --> Shopping Area ) in new window then it's navigating to Home Page instead of opening the Shop application.
    When i am opening the Shop Link in Content area that time its opening correctly.
    Can you please assist us how we can resolve this issue when i am opening Shop link in new window.
    Regards,
    Rahul Sanas.

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

Maybe you are looking for

  • Inventory Management (Non-cumulative values)

    Dear experts, I want to extract inventory data from 2LIS_03_BF. How do I have to configure the Key figures; for example: 0VALSTCKQTY. Is there a need to use Non-cumulative value with in- and outflow as in Content. Which other possibilities exist? Aft

  • IPod Classic Cover Flow Issues

    Hi Everyone. Just got home with my new iPod. Synced it all up and i've noticed in the actual coverflow view on the iPod it's really messy. Loads of covers over and over again. They are mainly from the compilations. I've checked and i've put album art

  • Best VPN Firewall Router for iPhone

    Hi, I am looking for opinions regarding VPN routers that will let me connect with the iphone. I'm setting up an office computer network with about 10-20 computers and plan to tunnel in with iphone and macbook when away from office. Also, I am looking

  • ITunes closes when attempting AAC.

    How come I can't get iTunes to create an AAC version of a song? It closes every time I attempt it.

  • Why can't i copy photos from Iphone 4s directly to pc

    I am trying to move photo's off my iphone 4s to free up space...  When I plug in the cable to pc, it does not recognize the phone as a camera.  I am afraid to do a sync and have photos erased. Help please