How to open links in same window, another tab (by default)?

I think the users have been asking this question for more than two years. Is there a way to open links in the same tab automatically? Its annoying when I am using apple products and have to click three times for a task that is easily made with a single click in other products (chrome, firefox....).

Hi ...
Not in the same tab but a new one yes. Command + click
Check the Safari Extensions gallery...
From your Safari menu bar click Safari > Safari - Extensions.
Try the Productivity category.

Similar Messages

  • Apex 4 - Flash Chart - How to open link in same page

    Hi,
    I need help in apex flash chart development. I want to open link in same page. Currently it open in new window with existing page intact
    I have created a flash chart.
    Below are setting
    Chart Type 2D line
    Series Type : Line
    Series siurce : sql query
    elect '?p=&APP_ID.:2:&APP_SESSION.::::P2_ORACLESID,P2_CAP_DATE:&P15_ORACLESID.,'||capture_date link,
    capture_date,
    round(sum(TOTAL_MB)) "Total_MB" ,
    round(sum(USED_MB)) "Used_MB" ,
    round(sum(FREE_MB)) "Free_MB"
    from SST.TABLESPACE_USAGE_HIST
    where DBNAME = :P15_ORACLESID
    group by capture_date
    order by capture_date
    Problem: when I run this page, chart is displayed. Now if I click on the series value of chart, it opens page ( '?p=&APP_ID.:2:&APP_SESSION.::::P2_ORACLESID,P2_CAP_DATE:&P15_ORACLESID.,'||capture_date link) It opens page 2 in new window. I want it to open in same window. Am I missing something ? Is this possible ? Is there anything I can change to achive this functionality
    Please help

    Hi All,
    I have an issue with Anychart link, can you please help me.
    1. I have created HTML region in a page with
    <div id="sampleClick">
    <div id="sample1">
    <script type="text/javascript" language="javascript">
    function ChartSample()
    var ChartSample = new AnyChart('/i/flashchart_v5/swf/AnyChart.swf');
    ChartSample.width = "500";
    ChartSample.height = "400";
    var ChartData = new htmldb_Get(null,$x('pFlowId').value,
    'APPLICATION_PROCESS=FINANCE_020',0);
    gReturn = ChartData.get();
    // prompt("xml",gReturn);
    ChartSample.setData(gReturn);
    ChartSample.write("sample1");
    ChartSample();
    </script>
    2. Then created Application process with "On Demand Run this application process when requested by a page process." in PL/SQL Anonymous block
    select 'f?p=&APP_ID.:136:&APP_SESSION.::::P33_ID:' || YEAR link,DECODE(period,1,'JAN',2,'FEB',3,'MAR',4,'APR',5,'MAY',6,'JUN',7,'JUL',8,'AUG',9,'SEP',10,'OCT',11,'NOV',12,'DEC')||'-'||year "MONTH",round(SUM(ytd_revenue)/1000000,2) YTD_REV from t_tc_qpcq2052
    where cntry='IND' and category='20'
    GROUP BY year, period
    ORDER BY YEAR, period
    I am able to see the chart, but I am not able to open or pass the value from one page to another page when I click the bar chart.
    Can you please help me on this.
    Thanks in Advance.

  • Open link in same window

    Hi there,
    Does anyone know how to make the URL open in the same window. I am using flash CS3, Is there anyone who can edit the script below to allow this. The instance name is Button6
    var getnextpage5:URLRequest = new URLRequest ("http://www.yokubou.co.uk/digitalart.html");
    Button6.addEventListener(MouseEvent.CLICK,b5Click) ;
    function b5Click(event:MouseEvent):void{
    navigateToURL(getnextpage5);
    Thanks
    JR

    It should open in the same window by default, but if you want to force it, you pass "_self" to the navigateToUrl function:
    var getnextpage5:URLRequest = new URLRequest ("http://www.yokubou.co.uk/digitalart.html");
    Button6.addEventListener(MouseEvent.CLICK,b5Click) ;
    function b5Click(event:MouseEvent):void{
         navigateToURL(getnextpage5,"_self");

  • Open links in same window, not new

    Help greatly appreciated!
    My links open in a new window, but I need them to open in the
    same window.
    What do I need to add to my code so that this happens.
    Here is my code-
    stop();
    var arrLinks:Array = new Array();
    arrLinks[1] = '
    http://www.diesel-ebooks.com/cgi-bin/category/FIC027141/category.cgi';
    arrLinks[2] = '
    http://www.diesel-ebooks.com/cgi-bin/category/FIC027139/Harlequin-Historical.html';
    arrLinks[3] = '
    http://www.diesel-ebooks.com/cgi-bin/category/FIC027129/Silhouette-Desire.html';
    arrLinks[4] = '
    http://www.diesel-ebooks.com/cgi-bin/category/FIC027136/Silhouette-Nocturne.html';
    arrLinks[5] = '
    http://www.diesel-ebooks.com/cgi-bin/category/FIC027121/Harlequin-Intrigue.html';
    arrLinks[6] = '
    http://www.diesel-ebooks.com/cgi-bin/category/FIC027123/Harlequin-Blaze.html';
    var pc = 0;
    this.onEnterFrame = function() {
    pc =
    Math.floor((_root.getBytesLoaded()/_root.getBytesTotal())*100);
    if (pc == 100 && !isNAN(pc)) {
    delete this.onEnterFrame;
    _root.play();
    The project this code refers to is here-
    http://www.respond1.com/harlequin/slider/slider_over_all2.html
    Thank you so much in advance.
    Dave

    Where is your getURL action?
    have you tried _parent or _self as it's target?

  • Firefox v29 opens links in same window

    Since installing version 29, I have found two seemingly related issues:
    1) I find that links open in the same window as the source, instead of a new window.
    For example, I get a notification of a newsletter every day in my Yahoo mail account. Prior to v29, when I clicked on the link in the email message to go to the newsletter, it would open in a NEW window (my preference).
    With version 29, it opens in the SAME window (and replaces the window where I had Yahoo mail open).
    2) Similarly, I do a lot of work where links will be listed in an Excel spreadsheet. Previously, every time I clicked one, it would open a new window. If I clicked on 6, I would have 6 open windows. Now, each link I click REPLACES the last one I opened.
    Both of these issues are highly annoying and slow me down.
    Is there a setting where I can change this behavior?

    I found that after Firefox v29, a LOT of my settings and<BR>
    add-ons were changed / reset. Try this;
    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]'''''
    <BR>While you are in safe mode;<BR>
    '''''Firefox Options > Advanced > General'''''.<BR>
    Look for and turn off '''Use Hardware Acceleration'''.<BR>
    Then check ALL of your settings. Browser and add-ons. Then restart.

  • For a SharePoint list LVWP - how to open links in new window? (Without SPD - Without access to server)

    Hi there,
    I canNOT use SharePoint Designer nor do I have access to server to change any 14 hive files.
    I have a SharePoint 2010 List with a field of type Hyperlink. I need these links to open in New Window. Only links with-in this LVWP should open in new window (and not links on Quicklaunch or top nav).
    Any clues how to achieve this please? JS is okay.
    Thanks.

    Hello,
    The good news is that you're not the first to have those requirements!
    Here's the JavaScript:
    <script>
    var allLinks = document.querySelectorAll("table.ms-listviewtable tr td a");
    for(var i=0; i<allLinks.length; i++){
    if(allLinks[i].onclick == null){
    var targetUrl = allLinks[i].href;
    targetUrl = targetUrl.indexOf("?") > -1 ? targetUrl + "&isDlg=1" : targetUrl + "?isDlg=1";
    allLinks[i].href= "javascript:var options = {width:500, height:300, url:'"+targetUrl+"'}; SP.UI.ModalDialog.commonModalDialogOpen('"+targetUrl+"', options);";
    </script>
    This script can be saved to a text file and uploaded to a document library. You can then add a content editor web part below your list view web part (so that it doesn't execute until after the list view has loaded) and set the "content link"
    property of the web part to be the path to the uploaded text file.
    The solution was originally posted here:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/8ca275df-1d9c-4d0f-a624-c0531fda069a/how-to-open-model-dialog-onclick-of-list-item-hyperlink-column?forum=sharepointdevelopmentprevious

  • List - Navigation Outline - how to open link in new window/tab?

    I have created Navigation Outline but would like to open links in the new window or tab.
    We are using single sign-on within our intranet therefore the links looks like that: f?p=105:1:&SESSION..
    Does anybody have any ideas how to open new window, I have tried this: target="_blank" but it doesn't work.
    Thanks in advance.
    Robert

    Where exactly are you building this link to open a new window? Are you builidng it inside the query? a column link? I'm just curious; as it would make a slight difference in syntax, or where to escape, or whether or not you need to escape or not. But anyways, you could look into the javascript:popupURL syntax.
    So if you were building a link inside a query, the syntax would look similar to:
    '<a href = "javascript:popupURL(''f?p=&flow_id.:101:&session.::&debug.::&P101_ITEM:&P99_MATCH_ITEM.'')">Link</a>'
    Those are two single quotes that start and end the ....f?p-url-part....I.e., escaped.
    But thats just an example. Hope that helps.

  • How to open link in new window using Mountain Lion

    When I upgraded to Mountain Lion, opening a link closes the window I'm in when it opens the new one.  Example, I'm in email, click on a link, and then have to reopen email.  The back button doesn't work.  Where is the setting to change this so my current window remains open?  I use Safari.

    The option to open in a new tab or new window is in Safari > Preferences > Tabs > Open pages in tabs instead of windows: Never, Automatically, or always.

  • IMac: How to open/save a Safari window of tabs on another screen page?

    I would like to open another Safari window on a new page in order to scroll between the two screens on my iMac.
    But when I open a new Safari window it opens ontop of the present Safari window ... (not - as hoped for - on a separate screen).
    Can I open and save a new window on another screen. Please advise me on this if possible. Thank you.

    Hello patongandy,
    It sounds like you are opening a new window in Safari, but it is opening on the main display and you would like to move it to your other monitor. You can do this with mission control as outlined in the following article:
    OS X: Using multiple displays in Mavericks
    http://support.apple.com/kb/HT5891
    Using Mission Control to organize windows and full-screen apps
    App windows are assigned to a single space. You can use Mission Control to see all of the Spaces assigned to each display and to move them. To move a Space, drag it from one display to the other.
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • When right clicking to open link in new window (not tab) foxfire immediately switches windows rather than opening new window in background

    Just updated to foxfire 15.0, and now each time I open a link in a new window foxfire will switch immediately to that newly opened window rather than opening the new window in the background as it did before I updated to 15.0. I am aware of the option to check or uncheck switching to new tabs immediately, but I am speaking of opening a link in a new window, not tab. Any help is greatly appreciated.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • Open Link in new Window or Tab

    Hi
    i'm writing a jsf application with spring and i have a problem. if i open a link (h:commandLink) in a new window or tab i get the content as in the original window.
    does anybody have an idea to what may cause this?
    regards
    vladimir

    VladimrN wrote:
    i'm writing a jsf application with spring and i have a problem. if i open a link (h:commandLink) in a new window or tab i get the content as in the original window.
    does anybody have an idea to what may cause this?You can use h:outputLink with attribute target="_blank". Some browsers like Mozilla automatically open HTML A tag in a new window or tab depend on the browser's config so the target attribute is redundant- but you'll probably need the attribute for browsers that can't. You'll have to think in terms of your app support for the available web browsers out there.

  • Dreamweaver open link in same window (basic)

    Hey,
    I have a verry basic question.
    So im creating a page with File->New->2 column left sidebar fixed.
    And now i want to have "Link one" link to a new page, and that new page has to be shown on the right side. so that the left bar is still there.
    How do i do this ?
    Thanks for any help!

    Right. Copy/paste the code from source of example and place it into the code window of Dreamweaver. No typing required.
    I understand where you're coming from though... You just want to click some buttons and have Dreamweaver do it all for you. Sorry to break it to you, but sooner or later if you want to use Dreamweaver you're gonna have to get your hands dirty in some code. DW is not a do-it-all for everything, although in this case there there is possibly an interface-only method of creating the feature using spry regions. Knowledge and/or the willingness to work with code in Dreamweaver is an unspoken requisite of using the software. It not only helps when reverse-engineering examples that are provided to you it will also allow you to have more knowledge and control over your designs.

  • The link open in the same window - Label based menu

    Hi All,
    I'm using Xcelsius 2008.  I add a Selector Component "Selector complonenet > Label based menu". I setup 6 Lable and each one link to a URL. When clicking the label on the generated SWF report, the link opened in a new window.
    So i'd like to know if the link can open in the same window (not pop-up a window and open in it)?I tried to setup it in properties, but it seems there is no way to do this.
    Could I get your guide how to do that? Thank you so much.

    Hello
    I would like to know one thing before answring the question how did you link with an url with the label based menu.
    Did you used the opendocument syntax or what did you used.
    Another method is why donf you use the URL button and map according to your requirement. place the url button on the menu item and change the properties to tranperancy to 0%.
    Thanks
    Santhosh V
    Edited by: Santhosh Vudarla on Nov 19, 2010 12:05 PM

  • I want to eliminate or control popup windows that have no relevance and start with "open link in new window" . How do I control or eliminate. It is a nuisance.

    When I am searching the web and click on an item, I get a pop up window that contains 6 choices beginning with "open link in new window". Most of the time this a nuisance and I want to get rid of it, but it follows me all over the page and keeps popping up when I click on the same item again. If I don't want to use it, how can I make sure it doesn't reappear?
    Also, another question. Firefox keeps asking me to upgrade to Firefox 3.6.19, but when I try, it will download. What gives? I have a Mac Pro with OSX version 10.6.7.
    Thanks,
    Lloyd Frohreich
    [email protected]

    It sounds that you are opening the right-click context menu, maybe by pressing the mouse button for too long.
    See:
    * http://kb.mozillazine.org/ui.click_hold_context_menus

  • How to open iview in same browser window

    Hi.
    I am using EP 6.0
    I have created sever iviews of type IAC. All was working fine.
    Now suddenly the iviews have started opening in a new browser window. I have check the iview poperty "Launch in new window " . Its set to "Display in Portal Content Area".
    All I want is, when I click on any iview, a new internet explorer window should not pop up, but the iview shud open in the same window.
    Can anyone advise me how to achieve this ?
    Thanx
    Vikram

    Can you try and check what happens by changing the work protect mode as follows
    Systemadministration -> Systemconfiguration -> Service Configuration -> Applications -> com.sap.portal.epcf.loader -> Services -> epcfloader. Set the "workprotect.mode.default". After you have saved the entry. ricght click on com.sap.portal.epcf.loader in the tree menu and choose "administrate". Click on "restart".
    Check this url might be relevant for u
    ESS Links open in new windows

Maybe you are looking for

  • Problem with sound in games

    Hi all welcome as you can see I'm new to your forum. So I have a problem as it concerns the sound in games. Namely, I bought a Creative Headset HS-800 Fatality everything good in listening to music, etc. But when I go to the game, I turned the sound

  • How can I scan with HP 5600 all in one?

    Hi! I have an HP 5600 all in one. I recently switched to an iMac Leopard. The printer driver does not have any scanning support. Is there any other driver available to get this support? Or will I have to get a compatible printer to be able to use sca

  • 0GLACCEXT Text Loading Error

    Hi All, I am trying to load the Financial Statement Item Text in BI 7.0 using the data source for GL Account : 0GL_Account_text. Psa data loading is correct but while executing the DTP it gives error : " 0GLACCEXT : Data record 750 ('E ') : Duplicate

  • IPod nano g6 keeps flashing on when turned off and it lo

    Whenever I wear it (It's a watch i ordered the iwatch strap) and turn it off (I'm not playing music), it flashes on after 30 secs and it keeps doing it over and over. Then when i checked it after 2 hrs (or was it 1?), and it was completely shut off.

  • Goods receipt against scheduling agreement

    Hi ,         I have a scheduling agreement  and created schedule lines for it. If I receive th material before the schedule line delivery date, how do I add the inventory in the stores? Please let me know if u know any process. Thanks.