Open detaile navigation link in a new window

Anyone got a quick and dirty on how I can open a detailed nav link in a new browser window? I thought I could do it by adding url parameters but that doesn't seem to work.
I'm on EP6 SP3
Thanks!
-eric

If its an Iview, there is a property called "launch in new window" for iviews. Just set that to "Display in seperate window"
Regards,
Tom Ficker

Similar Messages

  • How to Open a Navigation Link in a new Window?

    Hi guys,
       I am trying to add a link to one of my team site. And i have activated the SharePoint server publishing infrastructure service. In the navigation link i am sure the clicked the check box open in new window. But i not getting the new window.
    The link still open in the same tab. How to open it in new tab ?!!
    I am using SharePoint 2013. I am using free trail pack.

    Hi
    one way is to code.
    open the page using Deisgner, goto that hlink, and insert inside it target="_blank"
    like
    <a href="the_URL" taget="_blank">you text or a xslt tag</a>
    Alose check this article
    http://www.w3schools.com/HTML/html_links.asp
    Romeo Donca, Orange Romania (MCSE, MCITP, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

  • I recently updated to version 5.0, however, when I open up a link in a new window, there is no address in the new window's address bar, just a blank box.

    I recently updated to version 5.0, however, when I open up a link in a new window, there is no address in the new window's address bar, just a blank box.

    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
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    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)
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • How to open the navigated page in a new window???

    i a report when we click on properties and then go to Column format tab.
    there if go to navigate option it jus asks only the target request or dashboard and opens that in the same window on dashboard.
    i want to open that in a new window.
    how to do that?????

    I have an example here http://oraclebizint.wordpress.com/2007/11/26/oracle-bi-ee-101332-same-page-navigation-drills-and-passing-parameters/. You basically need to put it inside an iframe or Embedded Section.
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • Why does Firefox keep Opening My Hotmail link in a new window?

    I have went to Tool-internet options-tabs-Open new windows in tab instead. And when Im at msn.com and click on the '''hotmail''' link it keeps opening it in a new WINDOW and not a tab. just really anoying was wondering if im missing something in options to set this strait :)
    Edit: and i have tried Control Panel-Internet Options too.

    Yes, this happens to me all the time too, but I can just be clicking on a link within a page when it happens; my mouse pointer isn't anywhere near the tabs...??

  • Opening an "URL" link in a new window

    Hi,
    I scanned the boards for how to do this but wasn't sure I could manage some of the suggestions I've read (using javascripts, buttons, etc). I found a simple solution that worked for me and thought I'd share..
    I have a SQL Query/Report that contains a column link/URL. I wanted my users to open a new browser Window to display that content, and I did this by adding "target=_blank" in the Link Attributes field.

    Hahah, guess I missed the "HTMLDB has been renamed" notice! So, this is the right forum ;-)

  • Opening an external link in a new window

    I have several external links on my web page. When I click on them, they open in the current window. I would like them to open in a seperate window. Is this possible?

    Here are some great sites that will give you step by step instructions for editing the html pages post-publishing:
    http://www.rowan-cottage.co.uk/Site/Target%20Blank.html
    http://web.mac.com/varkgirl/iWeb/Aardvarkland/Open%20links%20in%20new%20window.h tml
    hope that's helpful...

  • Today I think firefox automatically installed a new version and after that it said my adobe flash was old so I had to update that. Now I can't open links in a new window.

    Today I think firefox automatically installed a new version and after that it said my adobe flash was old so I had to update that. Now I can't open links in a new window.

    Firefox doesn't install new versions of plugins, but Flash may update itself automatically.<br />
    You are still one version behind on Flash, current is Flash 10.1 r85<br />
    If the Flash player didn't update properly then you need to download the full version and run the installer as Administrator (right-click: Run as ...)
    Flash Global Notifications Settings Panel:<br />
    *http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager05.html
    You are more versions behind on Java updates with having Java 6 U11, current is 6 U22.
    *Java Plug-in 1.6.0_11 for Netscape Navigator (DLL Helper)
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)

  • When users open links in a new window

    We have a report that shows many rows of data together with a link to drill down on a particular row by branching to another page, passing the row PK as a parameter - standard stuff.
    However, some of our users like to use the browser facility to open the link in a new window. They then go back to the report and maybe open another link in another new window.
    Now they have 2 new windows open, supposedly showing 2 different sets of data. But since the windows share the same SESSION value, the session state gets mixed up. If they click the 2 links quickly enough they can even end up with the same data displayed in both windows.
    I realise that I can avoid this by NOT passing the session ID. But since the user could do this with any link, that means NEVER passing the session ID in any link, so effectively not having any persistent session state.
    Is it possible to:
    - prevent the user from opening the link in a new window?
    - recognize that the user has opened the link in a new window and start a new session?
    This must be a potential issue for all ApEx applications, so I am sure someone has solved it already!

    Actually, I have been looking at ways of detecting that a new window has been opened using Javascript - like this:
    <script type="text/javascript">
    function checkIfSpawned() {
      var lsBrowser = navigator.appName;
      var lsNumPages;
      if (lsBrowser.indexOf("Microsoft") >= 0)
        lsNumPages = 0;
      else
        lsNumPages = 1;
      if (history.length <= lsNumPages) location.replace('f?p=103:4');
    </script>i.e. if there is no browser history then bring up a special page instead that simply says "sorry, you can't open this page in a new window".
    However, there are other ways to end up with the same session in two or more browser windows (saving page including session_id in Favorites, simple cut and paste...) so I am still looking for other ideas. I think there are two ways in which this can be a problem:
    1) Opening the same page with different parameters in two windows simultaneously: the second overwrites the session state of the first, but the first is still rendering and reading the session state. I am exploring whether we can detect that that has happened somehow and raise an error in the corrupted window. For example, perhaps we can save the parameter values into package variables in an On Load, Before Header process and then compare the session state and package values in an On Load, After Footer process: if they are different, the page has been corrupted and we raise an error. (I am very much thinking aloud here, I haven't tried anything yet).
    2) With two windows open with same session_id (however that occurs): we cannot rely on the values in session state, only on values in items that are part of the current page. For example, if we have a 2-page wizard with pages 1001 and 1002, then we should not refer to P1001_XXX items when in page 1002. So we have to pass the values from 1001 to 1002 either as parameters, or perhaps by storing them in a table associated with a unique sequence value generated for the transaction, and then passing the sequence value as a parameter. (Again, thinking aloud here).

  • Firefox won't open mailto links in a new window like it used to...it just opens gmail in the current tab.

    I recently upgraded firefox and now whenever I click a mailto link it opens gmail in the current tab rather than in a new window. How can I get it to open email links in a new window.

    My MAILTO problem was finally fixed on the June 29, 2012 Firefox version 14 beta 10 release.

  • Using Firefox 4.0 Beta 4. When I open a link in a new window, the web address does not show in the location bar. Why?

    When I open a web page link in "a new window" the link opens, but the web page information does not appear in the location bar. It is blank. If I open the link in a new tab, there is ho problem.
    Further, if a open a link from the tab without a location in a new tab on the same window and then go back to the original tab, the location bar fills with the web address.
    Have done this starting in several locations, so it not location dependent.

    That behaviour is likely top be caused by an add-on, and in your case the likely culprit is IE Tab 2, the various versions of IE Tab have caused problems with Firefox 4 beta including issues with the location bar not being updated.
    You can test to see if IE Tab 2 is causing your problem by disabling it and then seeing if the location bar in a new window shows the address. If it is not that add-on causing the problem, see [[troubleshooting extensions and themes]].
    For info, the IE Tab Plus add-on has been updated recently to improve compatibility with Firefox 4 beta, you may want to try that one instead. The latest version is available from http://coralietab.mozdev.org/installation.html

  • I would like to open links in a new window but cannot find where to put the setting. Have unchecked the "Open new windows in new tab instead" box in the Options dialog box.

    When I click a link on a webpage or other software, I would like for it to open in a completely new window.

    You can hold the Shift key and click the left mouse button a link to open that link in a new window.
    The setting in Tools > Options > Tabs is only for links that specify a target window and you can divert such a link to a new tab instead.

  • New tabs are not updating the names of the sites they have loaded. When I open a new tab and load a site, the tab simply stays named "New Tab". When I open a link in a new window, it shows "Connecting..." even while its fully loaded.

    New tabs are not updating the names of the sites they have loaded. When I open a new tab and load a site, the tab simply stays named "New Tab". When I open a link in a new window, it shows "Connecting..." even while its fully loaded.

    This issue can be caused by an extension that isn't working properly.
    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]]

  • When I start mozilla or open any link in a new window I get the desired page to load but an additional new tab page opens up along with it, fix?

    When I start mozilla or open any link in a new window I get the desired page to load but an additional new tab page opens up along with it. I've tried switching my homepage to different things (new tab, firefox home, show blank page) but I always get an additional new tab to open. How do I get only a single page to open?

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information. <br>
    '''Note''': ''This will cause you to lose any Extensions and some Preferences.''
    *Open websites will not be saved in Firefox versions lower than 25.
    To Reset Firefox do the following:
    '''For Firefox versions previous to 29.0:'''
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox"[[Image:Button reset]] 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.
    '''For Firefox 29.0 and above:'''
    #Click the menu button [[Image:New Fx Menu]], click help [[Image:Help-29]] and select ''Troubleshooting Information''.
    Now, a new tab containing your troubleshooting information should open.
    #At the top right corner of the page, you should see a button that says "Reset Firefox"[[Image:Button reset]]. Click on it.
    #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!
    Thank you.

  • Button opens link in a new window

    Hello everyone,
    This is a rather simple question for all gurus out there, but
    it seems a bit hard to find on documentation. How can you open a
    link in a new window with a button in a flash form? I want a button
    on my form to pop a new window with a specified link (say,
    www.adobe.com or whatever). How would you approach this?

    Check this out
    http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context= LiveDocs_Parts&file=00001730.html

Maybe you are looking for

  • Can't update with 7 getting error message not connected to the Internet

    Not sure what's going on with IPAD 2, can't download latest update. Error message telling me I'm not connected to the Internet. Do I need to change some settings!

  • PO Requester and Goods receipent info in R/3

    When we create a PO in EBP , we have Goods receipient and requester id and name in EBP, where can we find these in PO in R/3. I can see the requester user id but still cannot see the goods receipient information on the PO which is useful for us when

  • Cannot change name in skype

    Hello. I have created account for customers call to skype and redirect to landline number. But when someone adds skype login to contact list they see my lastname and first name. I have changed my name to company name everywhere, why it is not working

  • Have FTP running-Now I want to switch to SFTP. How?

    My MacMini at work is open over FTP, so I can access files remotely. Trouble is, I want to secure the data transfers, so FTP won't cut it. So, I just need to confirm with the knowledgeable: to switch to SFTP, do I just close off Port 21 on my office

  • Monitoring Services, Service Dependencies

    Hi all, <br> I'm looking for a general solution to the following (I suppose rather common) problem: <br> <br> Our system depends on a lot of services/ressources like the network/internet connectivity, sql database, other hosts, web services, file ser