Opening the OAF page in New Window on the responsibility list page

Hi Gurus,
I have a requirement where in I need to open the page on a new window.
I have created the page,and attached the function to the menu,and attached the menu to a responsibility.
When a user clicks on the responsibility it shows a list of fuctions available with the appropriate prompt.
My recquirement is to open the page in a new window when a user clicks a function on the responsibility page.
Is it possible to do so?If yes how?If not any document supporting this limitation.
Any help would be highly appreciated.
Regards
Srikanth

Hi Srikanth,
This is not possible. However you can open the second page in the flow in a new window by setting Target Frame property to _blank.
Anoop

Similar Messages

  • How do I open a playlist in a new window with the new version 11.01

    How do I open a playlist in a new window with the new version 11.01

    I use playlists a LOT to organize my music. It is extremely important to me to be able to open playlists in their own wondows. I am upset to see this feature removed. Please enable this functionality as soon as possible.

  • Open a picture in a new window without the diashow-browser ?

    I've already seen it on some pages but i don't know how to do this.
    Is there any trick ?
    thanks

    Are you publishing to .Mac or to a local folder? When you use .Mac, clicking on a thumbnail on a Photo page opens that image in a new window and you only see the slideshow when you click the Start Slideshow button. If you publish to a local folder and then upload to a non-.Mac server, the old HomePage slideshow opens when you click a thumbnail. You can change the non-.Mac slideshow by following the advice in this excellent tip: http://discussions.apple.com/thread.jspa?threadID=313201&tstart=0. (The slideshow recommended there, though, also launches when you click a thumbnail.)

  • Openning an URL in a new window when the page is submitted, from a pl/sql p

    Hi,
    What I want to do is a procedure (called by an apex process) that opens a new window browser at the URL defined in the procedure.
    I have tried with the following procedure:
    create or replace procedure reportes (par1 NUMBER, par2 NUMBER)
    BEGIN
    htp.htmlOpen;
    htp.headOpen;
    htp.title('Reporte SAF - .: SINERWARE - 2008:.');
    htp.headClose;
    htp.bodyOpen;
    htp.area('0,0,200,400', 'rect', '200.31.86.173/Orden_pedido.jsp?centro_costo='||par1||'&orden_inicial='||par2, NULL, '_blank');
    htp.bodyClose;
    htp.htmlClose;
    END;
    Thanks for any comment.
    Alejandro T.

    I assume your are writting an applet. You can do this by adding a little Javascript to your HTML page. Add this to the HEAD section:
    <SCRIPT LANGUAGE="JavaScript">
    <!-- Begin
      function openURL(url) {
        window.open( url, "", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes" );
      } //end openURL
    // End -->
    </SCRIPT>Execute the Javascript using showDocument():
    String url = "http://somewhere.com/" ;
    try {
      getAppletContext().showDocument((new URL("javascript:openURL(\"" + url +"\")"));
    } catch (MalformedURLException me) {
    } //end try

  • Opening a report in a new window on the web

    Hi I am displaying crystal reports using Tomcat and I am trying to get the hyperlink>&#39;A website on the internet&#39; to open up in a new window. At the moment it just opens up in the current window. This seems like it should be something very easy.

    This is my link in a web page.
    http://the web server name/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?iDocID=okcwr4UADs7mAVYAMw6D5nGBEQY&sIDType=CUID&sType=rpt&sReportName=TEST_Requisition&sRefresh=Y
    But on click this link throws the below error.
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: SSO Script: Header employeeid does not have a value associated with it. It is null, which probably means no such HTTP header exists
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:825)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:758)
         org.apache.jsp.InfoView.logon.logon_jsp._jspService(logon_jsp.java:244)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         com.crystaldecisions.ePortfolio.framework.common.AutoWrapExceptionAction.process(AutoWrapExceptionAction.java:83)
         com.crystaldecisions.webapp.struts.framework.AbstractEnterpriseAction.perform(AbstractEnterpriseAction.java:38)
         org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1787)
         org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586)
         com.crystaldecisions.webapp.struts.framework.CrystalUTF8InputActionServlet.process(CrystalUTF8InputActionServlet.java:29)
         org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    java.lang.Exception: SSO Script: Header employeeid does not have a value associated with it. It is null, which probably means no such HTTP header exists
         org.apache.jsp.InfoView.logon.logon_jsp._jspService(logon_jsp.java:143)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         com.crystaldecisions.ePortfolio.framework.common.AutoWrapExceptionAction.process(AutoWrapExceptionAction.java:83)
         com.crystaldecisions.webapp.struts.framework.AbstractEnterpriseAction.perform(AbstractEnterpriseAction.java:38)
         org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1787)
         org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586)
         com.crystaldecisions.webapp.struts.framework.CrystalUTF8InputActionServlet.process(CrystalUTF8InputActionServlet.java:29)
         org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.0.27 logs.

  • When using the FILE SEND LINK function, why does the system launch a new window if the email app is already open and active?

    I normally have my Yahoo! and Gmail e-mail accounts open and logged into the entire time my system is on. Using your instructions, I have set theFireFox 'mailto' option to USE GMAIL.

    Seems Gmail automatically logged me out. When I logged back in and tried again, it still opened a new window, but used my open account to process the e-mail.
    Must it always open a new window (which then needs to be closed) in executing this function?

  • Open a url in a new window in the backing bean

    Hi to all
    How can i open a website like google in a new window, but via Backing Bean??
    thanks to everyone in advance.

    use javascript..
    FacesContext facesContext = FacesContext.getCurrentInstance();
    ExtendedRenderKitService service =
    (ExtendedRenderKitService)Service.getRenderKitService(facesContext,
    ExtendedRenderKitService.class);
    service.addScript(facesContext, "window.open(http://www.google.coml)");

  • While browsing in 2 or more tabs, scrolling down the page with the mouse wheel causes Firefox to unexpectedly open the tab in a new window, closing the tab in the process and losing any data on it (such as a half written email etc.).

    This problem is with Firefox 3.6.15 and also in the previous version. I've tried reinstalling but no joy.
    This happens a lot. Several times a day. Very irritating. I keep losing work I've typed into a text box or email, or having to go back to the beginning of things (such as audio or video) because it has reloaded in a window.
    I have McAfee security which checks the computer every week and removes virus and malware so I'm pretty confident there's no problem with that.
    I'm sometimes so plagued by this problem that I have to switch to other browsers (I have Chrome, Safari and IE installed) and have not experienced any similar problem with those.
    The problem does not seem to be in conjunction with any plugins. Although I have plugins installed the problem happens when none of the plugins is noticeably in use.

    This problem is with Firefox 3.6.15 and also in the previous version. I've tried reinstalling but no joy.
    This happens a lot. Several times a day. Very irritating. I keep losing work I've typed into a text box or email, or having to go back to the beginning of things (such as audio or video) because it has reloaded in a window.
    I have McAfee security which checks the computer every week and removes virus and malware so I'm pretty confident there's no problem with that.
    I'm sometimes so plagued by this problem that I have to switch to other browsers (I have Chrome, Safari and IE installed) and have not experienced any similar problem with those.
    The problem does not seem to be in conjunction with any plugins. Although I have plugins installed the problem happens when none of the plugins is noticeably in use.

  • Open Page in new window using hyper link

    I put the window.open method on OnClick event of outputlink to open a page in new window, but the page is started in a old window.
    How do I start the page in a new window.
    My sintaxe of outputlink:
    <h:outputLink binding="#{P0110.hyperlink1}" id="hyperlink1"
    onclick="WindowObjectReference = window.open('about:blank', '','menubar=yes,location=yes,resizable=yes,scrollbars=yes,status=yes');" value="http://www.sun.com/jscreator">
    </h:outputLink>

    Hi,
    Following are the steps to open a new window using the window.open method for the hyperlink component:
    1. Drag and drop a hyperlink component onto the page
    2. In the properties sheet go to the Value property and delete the value present there
    3. Click on the ... button next to the onclick property
    4. Enter the line of code given below:
    window.open("http://www.yahoo.com","New window");
    5. Save and run the project
    On clicking on the hyperlink a new window will open with the www.yahoo.com page.
    Hope this helps
    Cheers
    Giri :-)
    Creator Team

  • Captivate 7 Click box and bottons not able to open an URL on a new window

    I inserted a button and a click box in CP7 to open an URL on a new window. The URL opens but in a New Tab. There is an issue that the URL cannot be opened on a NEW WINDOW, I am using IE and Chrome. Do you have any ideas about this issue and how to troubleshoot it? I tried with Safari and it works fine.
    Thanks, Jorge - Adobe Captivate 7 user.

    Hi Jorge
    It's my understanding that all you can do is to configure the link to open in a new "whatever". Whether you get the link opening in a tab or a window is left up to the browser and how the particular user has their browser configured. For example, I use Firefox and when I look at its settings here is what I see.
    I'm guessing there must be a way to force a new window, because I do see new windows appear. But I think in those cases folks are doing it by using JavaScript.
    Cheers... Rick

  • When I open firefox 4 or a new window I get an error message "components.classes[cid] is undefined" how do I fix this

    I upgraded to firefox 4 and now whenever I open the browser or a new window in the browser I get an error message that reads "Components.classes[cid] is undefined. How do I fix this message. I have reinstalled firefox 4 three times and still get the message. I am running windows 7 pro

    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]]
    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")

  • Opening a new OAF page in New window have error

    Hi OAF gurus,
    I am trying to open a page in new window. It opens perfectly and all the functionality is also working. But I am getting some Java script error..
    The code which I am using is...
    StringBuffer l_buffer = new StringBuffer();
    StringBuffer l_buffer1 = new StringBuffer();
    l_buffer.append("javascript:mywin = openWindow(top, '");
    l_buffer1.append("PGFile name with path");
    l_buffer1.append("&DeliveryId=");
    l_buffer1.append(deliveryId.toString());
    l_buffer1.append("&retainAM=Y");
    String url = "/OA_HTML/cabo/jsps/frameRedirect.jsp?redirect=/OA_HTML/OA.jsp&page="+l_buffer1.toString();
    OAUrl popupUrl = new OAUrl(url, OAWebBeanConstants.ADD_BREAD_CRUMB_SAVE);
    String strUrl = popupUrl.createURL(pageContext);
    l_buffer.append(strUrl.toString());
    l_buffer.append("', 'lovWindow', {width:750, height:550},false,'dialog',null);");
    pageContext.putJavaScriptFunction("SomeName",l_buffer.toString());
    Error message ....
    Error: No such Interface Supported.
    Could anyone please help me out in this.
    Thanks
    Anoop

    Anoop,
    Without the profile change, i guess it is not possible to open new window, as MAC key validation will be imposed! You can read about these profile options from Metalink doc id:390203.1 and explain to your client side1
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Issue: Opening the page in new window causing issues.

    Hi All,
    I have a page where in there are many PPR events implemented.
    Apart from this i have content container region where in there are help links each of which is OALinkBean .
    All these help links point to the same OAF page with different parameters.
    I wanted to open these help links in different windows (as these would display some data to the user ie not transaction based)
    for which i have set the destination property of the link bean saying :
    OA.jsp?page=/oracle/apps/pos/reqform/mdm/webui/SARSMDMDisplayPG&RULE_ID={@RuleId}&retainAM=Y
    and target frame to _blank to get it opened in new window.
    Now,
    when the page loads, it gets rendered fine along with the content container with help links in it.
    When i click on the link, it will open the correspoding OAF page in new window. - fine upto this
    On the main page, when i do any form submit, it is throwing me server side validation like "attribute xyz required in xyzVO".
    This happens when ever i click on the link to open a new window.
    Not sure if something needs to be handled to avoid doing this server side validations.
    I have disabled server side validations too on the link bean.
    I do have lot of events getting fired on the main page for the business requirements.
    Please do let me know a solution to the same.
    Thanks,
    Sushma.

    Hi All.. I am also facing the similar issue... actually the second page is VO or EO has no relation with the mail PAGE.. Second page is completely independent... but issue is that whenever i do any operation in first page after open the 2nd page the VO of the main page is geting quried without any condition.... i have a search screen and after conducting search if i try to open the second page and do any operation in the main page the whole value from vo will be shown in the page...... that is causing multiple issues....
    Plzz help as it is very urgent.....

  • How can I get a pdf. to open in Safari, all i'm getting is a new window with a black, blank page, instead of the pdf., and I don't want to save the file to the desktop, Safari didn't use to do that, and I don't have Adobe in the internet plug in folder.

    How can I get a pdf. to open in Safari, all i'm getting is a new window with a black, blank page, instead of the pdf., and I don't want to save the file to the desktop, Safari didn't use to do that, and I don't have Adobe in the internet plug in folder.

    Hi
    Please take a look to this thread Re: Can I refresh the browser rather than open a new tab?

  • How do I link a reference point in one PDF to a specific page in a different PDF? I want it to open link in a new window AT the specific page.

    I have a paper with multiple reference points that I need to link to 3 other pdfs. Each time I create a link in the master PDF, I need to open a file in a new window and point to a specific page in the other pdf. I cannot get it to work.

    Hmmmm, just tried that and used the magnify glass to capture the specific page in the second pdf, but when I tried the link, it doesn't open a new window, it sits within the original pdf and I can't go back to the page I need to. What am I missing/
    [email signature removed]

Maybe you are looking for