Open details in new window

Hi all,
I have created a navigation button in my calendar in order to see business partner details for an activity.
Everything works fine now but when I click on a business partner to see its details the account summary page replaces my calendar page. If I press the "Back" button, I go back to Calendar but the activity is not selected any more (I have to click on it again). That's why I am trying to display account details in a new window.
And my question is: how can I tell PC-UI that I want to open a new window?
Thank you.

You can freeze individual windows by clicking on the push pin at the top left. The next object will open in a new window.
You can make this the default behavior by selecting 'Automatically Freeze Object Viewer Windows in Tools -> Options -> Database -> Object View Parameters

Similar Messages

  • NEED TO OPEN TABLE DETAILS IN NEW WINDOW

    I am using SQL Developer as IDE for my development work. When clicking on a table for viewing structure,data etc it opens up on the right hand side. But if i click on another table it replaces the opened window. Is there any way to open different tables in different windows?

    You can freeze individual windows by clicking on the push pin at the top left. The next object will open in a new window.
    You can make this the default behavior by selecting 'Automatically Freeze Object Viewer Windows in Tools -> Options -> Database -> Object View Parameters

  • Firefox 15.0.1 stops responding (100% cpu) when a link opens in a new window.

    Whenever I click a link that is designed to open in a new window Firefox goes straight to 100% cpu usage and I have to go through the Windows "end now" sequence to close the program. I've tried opening one of the links in a new window but I think it was done in java not html (not sure if all the links are java when this happens as that's the only one I've tested). Not sure what details someone might need but this is on my Mom's older laptop with Windows XP Media Center Edition Ver. 2002 Service Pack 2. Hmmm just saw the SP2 will try to update and see what that does though I don't think that's the issue.

    So what is happening or not happening now ? The problem computer is your Moms, but I assume your own computer works ok. Have you tried that on the same internet connection as your Mom uses & visiting the same sites?
    Also try Internet Explorer. If that is also very slow the problem may not lie with Firefox.
    I suggest you try the Firefox Reset feature on your Mom's computer,
    * BUT first of all
    **make a note of the software extensions that are in use, and bookmark their download and support sites.
    ** back up the Firefox profile [[Back up and restore information in Firefox profiles]]
    * follow the instructions in the following article, after reading the caution about what will be lost
    **[[Reset Firefox preferences to troubleshoot and fix problems]]

  • Link List Explorer NOT Opening In A New Window

    Hi All,
    I am trying to force my KM linklist links to open in a new window and this is proving to be a hard feat!
    I have navigated to System Admin --> System Config --> Knowledge Management --> Content Management --> Configuration --> Content Management --> User Interface --> Settings --> Resource Renderer Settings --> Link List Resource Renderer.
    Within this area, I have changed the Target Window Type to "blank" and "fixed" amongst other options but it is not opening the new links in a blank window.
    Instead, it opens the KM folder in a new window and when I click on a link within that folder, it opens in a new portal window complete with Portal framework.
    All I want is for my links to open in a new blank window with no Portal framework.
    Any ideas?
    Thanks,
    Bim.

    Hi,
    It's known bug. this issue fixed in 11.1.1.7.0 (coming soon).
    bug 13852263 - ACTION LINKS - NAVIGATION TO BI REPORTS DOESN'T WORK ( OPEN IN NEW WINDOW)
    for now : to uncheck the "Open in New Window" checkbox and go to the detail report in the same Window.
    Note: this bug has been fixed by applying the patch 14003822 (u need to get the latest patch)
    Thanks
    Deva
    Edited by: Devarasu R on Feb 14, 2013 4:05 PM

  • Opening RSS in new window

    I'd appreciate some help and assistance re RSS.
    I've been working on some web pages and would like to add an
    RSS feed to them.
    I've decided to use a service called 'feeddigest.com
    (www.feedigest.com/). They offer five free feeds and that's more
    than enough for me. The display is converted to php which, I
    understand, lets the search engine read it.
    The code that they supply comes in the following format.
    <?php
    include ("
    http://app.feeddigest.com/digest3/feed-name.html");
    ?>
    So far so good. The code works fantastic, I get a selected
    number of headers and small snippets. My problem is that when my
    visitor clicks on one of the links they are taken away from my site
    and into another, so the questis is: how can I have the link open
    in a new window?
    The 'target' box goes blank so I can't use target="blank
    after it as I would with html.
    I've been told that a major part of the problem is that
    Feeddigest are actually creating the HTML at their end and sending
    it to me in one big block. I've also been given the following code
    to try:
    <?php
    ob_start&#40;&#41;;
    include
    &#40;"http&#58;//app.feeddigest.com/digest3/feed-name.html"&#41;;
    $FeedContents = ob_get_contents&#40;&#41;;
    ob_end_clean&#40;&#41;;
    $FeedContents = str_replace&#40;'<a href=', "<a
    target=_blank href=', $FeedContents&#41;;
    print $FeedContents;
    ?>
    Which I have to be honest and say means little to me.
    Anyway when I try the code I get the following error message:
    Parse error: parse error, unexpected '&' in
    /web/sites/267/kah22/www.kevinhart.f2s.com/index.php on line 186
    Line 186 is: "include
    &#40;"http&#58;//app.feeddigest.com/digest3/RDHGXLAHXG.html"&#41;;
    It's a bit of a detailed question, I know, but any advice or
    help would be appreciated.
    Many thanks
    Kevin Hart

    On Mon, 8 May 2006 06:53:15 +0000 (UTC), "desperate kate"
    <[email protected]> wrote:
    > Parse error: parse error, unexpected '&' in
    >/web/sites/267/kah22/www.kevinhart.f2s.com/index.php on
    line 186
    The code is a bit mangled:
    <?php
    ob_start();
    include ("
    http://app.feeddigest.com/digest3/feed-name.html");
    $FeedContents = ob_get_contents();
    ob_end_clean();
    $FeedContents = str_replace('<a href=', '<a
    target=_blank href=',
    $FeedContents);
    print $FeedContents;
    ?>
    Gary

  • How do I make all links open in a new window?

    I have some RSS feeds on my website.  If you click one of their headlines it takes you to that source to read the story.  Is there a way to make all hyper links on a webpage open in a new window?  If not, is there a way to make the individual links open in a new window?  The website is http://www.businessfixer.net/articles

    Mark,
    Target: e.g. <a href=”#” target=”_blank”> is deprecated (outdated) code.  Strict doc types will not pass validation.
    OP,
    Most people know how to use their browsers BACK button to return to a site.  Or better yet, right click on links to open them inside new tabs or windows.  This should almost always be a user's decision and not a web designer's decision.
    If you have all links open in new windows/tabs, In no time at all, user's browser will be stuffed with them which is ugly and can diminish browser performance.
    If you need to open a new window on SELECT links, use the Behaviors Panel, press the Plus sign (+) and select Open Browser Window.  Repeat this for all links you want opened in new windows.
    For further details see the following tutorial -
    http://cbtcafe.com/dreamweaver/popup_image/index.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • When clicking on links that open in a new window, the links don't open and Firefox freezes in a way. I can navigate the page I am on but cannot click to open a new tab or bookmark.

    When navigating the internet, if I come across a web page that has a link to open a picture or program in a new window, if I click on it, it does not open. Firefox immediately looses functionality in that I cannot open a new tab with the mouse wheel, right click to open a new tab, or use my bookmarks in either the drop down or toolbar to navigate away. I can usually still navigate the page that I am on, for example, (https://loanconsolidation.ed.gov/AppEntry/apply-online/appindex.jsp), when it freezes I cannot click on any of the content at the center of the page but I can still use the links from the list on the far left. For an example of the pictures, (http://www.insect-sale.com/), if you click on "New Arrivals" at the top of the page it takes you to a list of products that can only be viewed by clicking on them. Usually a picture of the item would open in a small window but it does not and Firefox freezes. This has also happen when I try a view a degree audit on a school's website where a program would usually open in a new window. The only thing I have been able to find that still functions properly when this happens is the home page button. I can click on it or use the wheel to open it in a tab just fine, but if I try and go anywhere else I cannot. The only way I can get Firefox back to normal is to use the Task Manager and end the process. Another thing I have noticed, that may or may not be related; is that my Norton Internet Security toolbar, that should show up below the bookmarks toolbar and above the tabs, only shows up about 1 out of every 10 times I open Firefox. Some days it doesn't show up at all. If it does show up and I log into Identity Safe, the autofill for the programed website works, even if the toolbar doesn't show up the next time I open Firefox.

    Go to Tools->Options->Apps
    Here you should see two columns: Content Type on the left, Actions on the right.
    Find and select excel spreadsheet or any other content type in the left column. There should be a corresponding action in the right column. What is it? You can use the drop-down list to select the option you want:
    Always Ask - Firefox will ask each time: What do you want to do with this file?
    Save file - Firefox will save this file to your computer
    Use - Firefox will give this file to the program to open it
    In case of saving, Firefox will either prompt you every time where you want the file to be saved, or save it to the default location. It depends on the preference in
    Tools->Options->General->Download

  • When I open a new link or bookmark I want it to open in a new window not a slew of tabs so I can see which sites I have open.

    I'm sorry if I'm not using the correct terminology. When I open a new window or a link I want it to open a whole new window so I have 500 open FireFox tabs in my taskbar if I open that many windows. I do not like having everything open in one window. Used to be I could find how to undo that but you changed everything on me and now only rocket scientists can use your application. If Chrome and Internet Explorer weren't so ridiculous, I would change. Thank you for any assistance you can provide.

    This didn't help me at all. I want a separate window to open each time I open a new tab or bookmark. Currently when I open a new link it just adds a tab to the window already open so from my non-technie point of view, I only have one window open and have to go up top to see what is open vs. being able to look below in my taskbar and see what I have open.

  • Target for a .pdf  with the link target _blank does not open in a new window.

    I have a simple html document with links to .pdf documents all set to _blank but only one opens in a new window.  The others open as _self.  Changing the target doesn't seem to make a difference.
    Any idea as to why that is happening?

    The Template .dwt file is only used locally by DW itself, there's no reason to upload it to the server unless you intend to share it with someone. You have to upload each individual page that the Template updates, every time you update the template and propagate that change across the child pages.
    It would probably be better to use a server side include. That way, you could update one file then upload it and all of your pages would automatically carry that update...
    SSI for Apache: http://www.javascriptkit.com/howto/ssi.shtml
    PHP's version: http://www.tizag.com/phpT/include.php
    It's especially handy if your site gets to the point where you have more than about 20 pages.

  • Creating a link in a PDF form to open into a new window

    I have created the PDF form and every thing seems to be working fine. But I would like to set a link in the form that would open into a separate page. I have tried target="_blank" and onclick="window.open(this.href, 'child', 'scrollbars,width=650,height=600'); return false" with no success. Can someone give me some direction on how to create a link within a PDF form that will open into a new window?

    Try this, using JavaScript:
    app.launchURL("http://www.adobe.com",true);

  • How to open page in new window while handling event on link.

    Hi all
    I have a requirement where page should be opened in new window when I click on link.My item style is 'link'.Despite of mentioning target frame _blank, I m not able to open it in new window.I m handling event by setting Action Type as fireAction.I hope this might be the reason because of that this happened. Can somebody suggest some solution so that I can open it in new window.
    Thanks,
    Bhupendra

    Hi ,
    though i am not able to answer, i can get some answer for my question.
    How the link item is handled thru the ActionType and event in the Client Action..?
    The reason for this question is that we are trying to extend the customer search page in AR - EBSR12. there the search result page has the Account Name as a link and the Action event says viewAccountName and the action type says firePartialAction. I am trying to understand this so that i can add more parameters to the link so that i can use them in the target page of the link..
    Any help is appreciated..
    Thanks
    Chidam

  • When I click on a web link and hold down ctrl the page will not open into a new tab, it is just opening in a new window. How do I correct this?

    When I use to hold down the ctrl key and left click on a web link, the page use to open into a new tab. For some reason this is not working anymore. Instead when I hold down the ctrl key and left click on a web link, the link will open into a new window. How do I fix this?

    I figured out how to correct it. Not sure what exactly was happening. But I started into private browsing and then turned it off. It's been working correctly ever since I did private browsing.

  • When I right-click a link, and choose "Open in new tab", it opens in a new window instead. How can I fix this?

    So I have Firefox open, and I've tried to open tabs by right clicking and choosing "open in new tabs", but it opens in a new window instead. And yes, there are no problems with being able to open new tabs by pressing the ctrl t.

    The Ask Toolbar is causing that in the Firefox 3.6.13+ versions. Uninstall that extension.
    There are a couple of places to check for the Ask toolbar:
    * Check the Windows Control panel for the Ask Toolbar - http://about.ask.com/apn/toolbar/docs/default/faq/en/ff/index.html#na4
    * Also check your list of extensions, you may be able to uninstall it from there - https://support.mozilla.com/kb/Uninstalling+add-ons

  • Tabs only open in a new window. Ctl T opens a new window NOT a new tab help-last update this problem started. How do I set FF back to open tabs in 1 window

    Tabs only open in a new window. Ctl T opens a new window NOT a new tab help-last update this problem started 2 days ago. How do I set FF back to open tabs in 1 window?
    There is no plus sign and going into optins and changing settings has not worked. I have uninstall FF and reinstall-keeping my personalization-and that was no help.
    Right clicking on FF Icon to open a new tab, or going up to FF drop down tab and clicking on new tab both do not work.
    Help everything opens a new window not a new tab. there seems to be no way to reset this or to chose a different optin. I just downloaded new tabs at end addon and it didn't do a thing.

    as a first troubleshooting step - does it work like normally when you open & run firefox in [[Safe Mode|safemode]] by pressing the shift key while you open firefox (all other instances have to be closed before)...

  • How can I make a specific page open in a new window when clicked from a menu?

    Don't know if its possible but I have one specific page I want to open in a new window in the browswer when clicked on from a widget menu.  I know how to go in and put the coding in but it would be nice if there is some option in Muse to do that already.  Any suggestions? Thanks for any help.

    ryanj4799 You'll need to change the Menu Type to Manual in the widget's options and add the links yourself. Then go to the Hyperlinks panel. Check the option to open in a new tab/window.
    David

Maybe you are looking for

  • To do start dates

    I very much wanted to move everything into iCal, being somewhat tired of Now Up-To_Date after all these years. THe problem is, I use To Do's to make sales calls. I will set these to start in two weeks, or three weeks, after I have made the call and b

  • 'Mail' won't get e-mail after the latest Security Update...

    Hey all... Title says it all. I did the Security Update a few days ago. After the restart, I lost all e-mail from 12/19 on, and have not been able to get new mail since then. The mac in doubt is a G5 iMac 20" running Tiger 10.4.11... No other updates

  • Flash player crashes and other issues.

    My wife is having issues with Zynga Bingo and Flashplayer.  Over the past 3 days (starting approx 20 July) she will be able to play for a bit and then it will just lock up on her.  Now it won't run at all, Flashplayer keeps giving an error stating it

  • Monitoring of jobs within SAP

    Hi, Can anyone tell me the ways of monitoring jobs within SAP. Please provide me some details.. Thanks.. Swetha.

  • LMS Path Analysis Tool

    LMS 3.2 had Path Analysis Tool. Is similar tool in LMS 4.2 ?