Opening View in new Portal Window

Hi
I have a requirement to open a new portal window on clicking a link in the portal.
I have done the required setting in 'SPRO' and given the Page ID to the link . But i am not able to make out how to make that page open in new window on clicking the link. I have tried changing the property of view to 'Launch in separate window but it didnt work.
Regards,
Puneet

Hi Puneet,
I also have the same issue - did you find a solution?
Thanks,
Oloy.

Similar Messages

  • Open view in new browser window

    Hi all,
    I have got a webdynpro-application, which contains two windows and two views.
    Actually each window contains one view. The second window is opened as a pop-up-window right now.
    Instead of the pop-up, I just want to open a new external browser window which contains the view.
    Moreover the context of the external browser window has to exchange data with the application itself.
    Does anybody know how realize this?
    Thank you in advance.
    Kind regards, Patrick.

    can help
    some information
    String strURL = WDURLGenerator.getApplicationURL("WebDynpro_PATH", "WindowApp");
    Now u can use this strURL for opening your external window.
    wdControllerAPI.getComponent().getWindowManager().createExternalWindow(strURL,"TITLE",false);
              IWDWindowInfo windowInfo = wdComponentAPI.getComponentInfo().findInWindows("CallTreeWindow");
              //create the "AddressbookWindow"
              IWDWindow window = wdComponentAPI.getWindowManager().createWindow(windowInfo, true);
    WDWebContextAdapter.getWebContextAdapter().getParameter("param");
    WDWebContextAdapter.getWebContextAdapter().getRequestParameter(key)
    you should call not "http://www.google.it" but result of something like this:
         public static String resolveURL(String dcName, String applicationName) throws EntryNotFoundException, WDURLException
              IWDDeployableObject deployableObject = WDDeployableObject.getDeployableObject(dcName);
              if(null!=deployableObject && WDDeployableObjectState.STARTED.equals(deployableObject.getState()))
                   boolean found = false;
                   int i = 0;
                   WDDeployableObjectPart[] parts = deployableObject.getParts(WDDeployableObjectPartType.APPLICATION);
                   if(parts!=null)
                        for(;i<parts.length;i++)
                             if( applicationName.equals(parts.getShortName()))
                                  found = true;
                                  break;
                   if(found)
                        return WDURLGenerator.getApplicationURL(parts, null);
                   else
                        throw new EntryNotFoundException( "Application '" + applicationName + "' not found" );
              } else {
                   throw new EntryNotFoundException( "Application '" + applicationName + "' not found in '" + dcName + "'" );

  • Direct URL to Federated Content opens in new portal window

    Help!  I have Remote Delta Links on my producer portal to my consumer portal BW IViews.  I have both the producer portal IViews and the consumer portal Remote Delta Links configured to open in a headerless Portal window. 
    I have built an URL to call the Consumer Remote Delta Links.  The call works, but the browser opens up to the full portal view instead of the headerless Portal window.
    Is there an URL parameter I can use to force it to open in a headerless window?
    Anyone know why? Can Anyone help?
    Help!  Thanks!

    I found an url parameter and forced it to open the way I want it to:
    The solution parameter is:
    &NavMode=3
    Thanks!

  • How to force weblinks to open in a new Safari window

    Hi,
    This morning, I just upgraded Lion from 10.7.3 to 10.7.4, and I upgraded Safari to Version 5.1.7 (7534.57.2).  Since then, when I click on web links in messages in Mail, they seem to open in a tab in an existing Safari window, where they used to open in a new Safari window, which is what I want.  It also appears that these pages load, they are loading in an existing tab and flushing the history, so tabbed pages end up disappearing with no way to determine exactly what they once were.  My Safari tab preferences are "Open pages in tabs instead of windows:  Never", and the checkboxes below this option are both unchecked.  Any help would be much appreciated, as I usually have multiple Safari windows open, each with 2-4 tabs active, and this current behaviour is quite destructive.
    Thanks,
    Ken

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this exercise is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login. Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    *Note: If FileVault is enabled under Mac OS X 10.7 or later, you can’t boot in safe mode.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Problem: Ctrl+Shift+P does not work to toggle private browsing. It opens up a new private window, but no longer will toggle back to regular mode.

    Opening private browsing w/ Ctrl+Shift+P works fine. But when I try to toggle back, it just opens up a new private window.
    Is this a bug? Or an intentional change in the newest version?
    Those of us who depend on keyboard shortcuts are often overlooked in software revisions. Users like me want to keep working without leaving the keyboard to grab a mouse...
    Any suggestions or advice?
    Thanks.

    thanks. hard to lose an old keystroke habit....

  • Can I have links open in a new browser window?

    Is it possible to have links to pages outside of my website to open in a new browser window?
    I've created a podcast for my students to listen to.
    I've also created a kind of fill-in-the-blank activity to go along with that podcast, but that activity requires a different window.
    I want my students to listen to the podcast and do the fill-in at the same time.
    So, I'd like for the students to open the link to the fill-in and then click on the podcast on the original page.
    Advice?

    changing podcast links is a bit difficult - but here is a general link of how to open windows in a new window:
    http://www.rowan-cottage.co.uk/Site/Target_Blank.html
    max

  • Discoverer Viewer Open Link in New Browser Window

    We have created cubes with links to details (using Manage Links).
    When selecting the link from Discoverer Plus OLAP, a new browser window opens.
    When selecting the link from Discoverer Viewer, it opens within the same browser window.
    How can we force Discoverer Viewer to open a link in a new browser window?
    We tried adding the TARGET="_blank" to the link but that only gets added to the last parameter (or passed as a parameter).
    Unlike Discoverer Plus parameter, there is no _popup option.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    This article by Ted Padova will give you the JavaScript code that will accomplish this: http://acrobatusers.com/blogs/tedpadova/opening-pdfs-new-browser-windows

  • Open links in new browser window

    We are using Oracle WCI 10.3/Collaboration 10.3 and have a Community Links Portlet (collab portlet) setup. The links open up in the same browser window and to get back to the portal, the user has to hit the back button on the browser. So,
    1) Is there a portal/collaboration configuration that enables links to open up in a new browser window?
    2) Is there a way to hide the address bar when the link opens up in a new window? (the reason for this question is, we may have a link to some applications where we don't want the user going in directly. So, by hiding the address bar, they can't copy the URL and access directly without going in through the portal).
    If there is any better way to do question 2 above, would appreciate the feedback.
    Thanks.

    I was able to figure this out:
    1) In the My Account section, under display preferences, there is an option to "open documents in same window" or "new window". By changing this, links in the Community Links portlet open up in a new browser window.
    2) With a simple javascript example that I found on the internet, I was able to customize the popup browser window with no address bar or menu buttons.
    Edited by: user1301820136 on Jun 26, 2009 9:59 AM

  • Is there a way to make a hyperlink in Frame 12's CHM output open in a new brower window?

    I am authoring in Frame 12 and using the Publish command to make HTML Help (CHM files).
    To create hyperlinks, I format some text in FrameMaker with a character style, them add a Marker of type "Hypertext" to the text, using the marker text:
    message URL http://www.address.com/" target="_blank
    (sic! note the odd space after the first quote mark..... this syntax isn't documented by Adobe AFAIK, someone on these forums told me it in the past.)
    This creates a hyperlink in the CHM that opens in a new Help viewer pane .... but really, what I want to do is open the link in a new browser pane (whatever the user's default web browser is).
    Is there a syntax to do that?

    It worked for me. See the source of my example at (PDF link to open in new window). (Sorry, that is the default title of the test page.)

  • Open url in new browser window

    Hello,
    i am looking for a possibility to open an URL in a new browser window, when the end-user clicked on a button.
    I am aware of the LinkToURL view element. Unfortunately i would prefer to use a button element instead of the LinkToURL elementl. Can anyone provide me with a solution? Maybe there is a possibility to implement the needed coding in the action assigned to the button.
    Thanks,
    Dirk
    Message was edited by:
            Dirk Jäckel

    Hi Dirk,
    Use <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/43/79f82ccbec6fcde10000000a1553f6/frameset.htm">IF_WD_WINDOW_MANAGER</a> method CREATE_EXTERNAL_WINDOW and pass URL parameter in button click event handler. And don`t forget to call OPEN on new window instance.
    Best regards, Maksim Rashchynski.

  • Dont want then NavigationTarget to open an entirely new portal framework

    Hi All,
    when i tried with Navigationtarget from webdynpro Linktourl element(target=_main) to open the page which has webdynpro iview opening the page but its coming with whole new portal framework which i dont want . how to avoid that.I just want the page to display in the content area without the whole portal framework with tabs and
    String URL1="/irj/index.html?NavigationTarget=ROLES://portal_content/org.test.dev.folder.test_development/test/Worksets/CustomApplications/ManagersFMLAApproval";
    wdContext.currentContextElement().setUrl1(URL1);
    Thanks,
    pkv

    Hi Pkv,
        If you want to open the new window without the portal framework page then instead of using a LinktoURL UI Element you use a LinktoAction UI element and in the action handler of the LinktoAction you can use the navigateAbsolute portal API. [http://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/clientserver/navigation/api/WDPortalNavigation.html]
    The code should look like this.
    WDPortalNavigation.
    navigateAbsolute("ROLES://portal_content/org.test.dev.folder.test_development/test/Worksets/CustomApplications/ManagersFMLAApproval",
                     WDPortalNavigationMode.SHOW_EXTERNAL,
                     WDPortalNavigationHistoryMode.NO_HISTORY,
                     null);
    Regards,
    Sanyev

  • Opening Content in New Browser Window

    Is there a way to change the behavior of portal to allow more than 1 additional browser window to be used in displaying content? The behavior that I am seeing is that page items configured to "open in new window" reuse the same browser window. Looking at the Portal Users Guide, all references to 'open in new window' specify "open in new/second window". Aside from the using the right-click/open in new window workaround, is there a way to configure Portal to perform this way by default. We are using 10.1.4.
    Thanks!

    Hi,
    please check thread [integrate SAP Netweaver Portal 7.0 with SSM|integrate SAP Netweaver Portal 7.0 with SSM]
    Cheers, Anja

  • Opening Flashpaper in new flash window

    I would like a flash button to open a new window that has no
    toolbar, chromeless, etc...with the flashpaper document in it. I
    have tried getURL with a javascript new window function, but the
    browser can not load flashpaper when I do...I have tried
    loadFlashPaper, loadMovie, and loadMovienum which works the closest
    but opens document in same flash movie when I need it in a new
    window...any ideas, suggestions? I am not a programmer, so I have
    been cramming as much actionscript knowledge as I can get from
    tutorials and examples on the net, but can find nothing explaining
    what I would like to do...any help would be greatly appreciated!

    Hi,
    Check this property:-
    Entry Point :- Yes.
    Launch in New Window :- Display in seperate portal window
    Regards,
    Manorama Singh
    Rewards point if helpful answer.

  • Add option to open swf in new browser window

    Hello,
    I have a small animation on a webpage. The properties are to
    small to view all details. Can I add functionality to this swf that
    the user can open the swf file into a new browser window. This
    allows then for scaling to what ever size is appropriate.
    Any suggestions??
    Thanks!

    Hi,
    I hope I understood your question correctly, if so my suggestion may be helpful. Otherwise I think it's nearly the same what paul writes, I only made clear my proposal in a website for you, first a photo:
    and here is the link: http://www.goldschmiede-blumberg.de/pdf/adob_pdf.php.
    Note 1: "Ausgabe 9" und "ein Mausklick hier genügt" are links!!
    Note 2: " Um pdf-Dateien ...." Means: To read pdf files, you need the free Adobe Reader. The current version you can download from the Adobe website.
    Look at it's source code.
    Viel Erfolg
    Hans-G.

  • Open link in new browser window

    I know how to enter the links in the assets page so when I
    export to dreamweaver the links already in the html. Is it possible
    to enter a link URL and have it open in a new window? I know that
    you can use the popup feature but is there any other way?
    Thanks

    I used the Behaviors tab to do this (see:  www.adobe.com/support/dreamweaver/interactivity/behavior/behavior04.html). 
    The page I was starting from is http://www.wqma.com/schedule.html.  I wanted to click on a link and have it open a new window with a .pdf of our schedule.
    When I strictly followed the instructions in the above Adobe link, I ended up having a new window open with the link I wanted.  In addition, however, the old window *also* opened to the new page.  Then I tried deleting the address within the '<a href=...>' parentheses.  (I assumed that's what Linda meant by leaving it blank.)  But when I did this, the initial page jumped back to my home page.  So instead, within the '<a href=...>' parentheses, I entered the address for the page I was starting from (<a href="http://www.wqma.com/schedule.html">).  This made the first window "stay" on the page I was starting from, and also opened another window with the page I wanted.

Maybe you are looking for