Problem with open in new window for second level tab

Hi Friends,
I am using 2 level tabs in my application. In my second level tab when i right click and select *open in new
window* it is giving Page not found error. But for the first level tabs it is working correctly. How can i fix this so
that either i can show the page when right click the tab and select open in new window or disable the right clicking
for the second level tabs. Please help,
Thanks
Jeev

Hi,
I don't think its exactly possible, as tabs use javascript:doSubmit('somevalue'); and you can not open javascript in a new window, as javascript usually references the current page you are on, and since you open the javascript in a new window, it doesn't know what to reference. The most helpful thread I found was : Re: Open other tab in a new window (ATD reply, third from the bottom).
Ta,
Trent
Edited by: tr3nton on Dec 3, 2009 4:19 PM; Hari beat me to linking to the correct thread, my bad.

Similar Messages

  • Problem with openning a new window when click news tiltle link

    After create a news item using News form created by XML form builder, i try to click title link, It always opens a new window, what i want is keep it in same window when i click the title link, not open a new one. Is there anyone know how to do that? thanks

    Hi,
       I think its not possible in case of XML Form Builder. Bcoz,
    <b>Edit Form</b>:it is for authoring like creating News
    <b>Render list Form</b>:It is for Publishing the News
    <b>Show Form</b>:It is for showing the whole content of the News
    In XML Form Builder, by default when you create a new form these forms ie. Edit Form (You will design the Form here, only authorised person or the owner only view this).
    The Second Form(Render List Item) is the one will be shown to everyone with brief information.
    The Third Form(Show Form) is the one when you click on the News page, it will show you one more screen, there you can see the detailed description about the News.
    So, when you click on the Rendered List Item Title, it will open only in the separate window.
    Regards,
    Venkatesh. K

  • Firefox will not open a new window for a website when it is supposed to and then will not close properly. I have un-installed and re-installed and problem persists, why? How is it solved?

    When I go on to some websites and click on certain things it wants to open a new window to display the information etc.
    I.E. On an agency job search site I click to do a detailed job search which should open in a new window, but this will not happen now on my Firefox.
    Firefox was working perfectly ok on Saturday 11th September but for some unknown reason has acted up since Sunday.
    There have been no Windows updates which could effect this and the laptop is otherwise working perfectly ok.
    Nothing has changed from Saturday Night to Sunday Night that I can see.
    I have even tried to do a system restore to solve the problem but with no success.

    I also have this problem. I cannot open links from a discussion board I frequent nor can I open links from my email. Also after opening my email, I cannot go to any other sites except my home page. I can then go no where else.
    When I close Firefox and try to reopen it, it does nothing! I have to bring up the Task Manager and end the Firefox process before I can get back in.
    To the best of my knowledge, this problem started with the new update to Ver. 3.6.9. I am running Windows XP Media Center 2005

  • Force documents to open in new window for all users?

    Is there a way to force all portal users to open their documents in a new window? I know individual users can do it through the my account page, but is there a way to set the default as "open in new window"?

    Open this file:
    \plumtree\settings\portal\portalconfix.xml
    Find and change this setting:
    The default setting for the open in new window preference.
    0 = same window.
    1 = new window.
    Users can override this setting by changing their personal preferences.
    <setting name="OpenNewWindow">
    <value xsi:type="xsd:integer">0</value>
    </setting>
    Message was edited by:
    geoffgarcia
    the code comments were blocking the forums ability to display the comments, so I removed the comment out tags

  • Problem in opening a new window

    Hi,
    I have a search region and a results table based on search parameters entered in search region.
    In results table, I have a button in each row, on click of which I need to open a new window.
    To this new window, I need to pass one of the attributes in results table and 2 search parameters.
    To open a new window, I used _blank in target frame. Now I cannot use destination URI as I need to send 2 search parameters which are not part of VO.
    So I used partialAction, and in processFormRequest I’m getting search parameters and passing to new page.
    But even though I used target frame, new page opens in same window.
    This is because of partial action. If I use destination uri without passing search params it opens in new window.
    Please let me know of any solution.
    Thanks

    Hi Harshad,
    Create an item of type link and set it client Action property.
    In the controller Process Form Requrest handle its event like :--
    if ("newPageNavigationEvent".equals(pageContext.getParameter(EVENT_PARAM)))
    String empNum1= "13798"; // Your value to be send to another page
    HashMap pageParams = new HashMap(1);
    pageParams.put("partyNumber",empNum1 ); // partyNumber is a dummy Name it could be anything
    pageContext.setForwardURL("OA.jsp?page=/exl/oracle/apps/per/eexit/webui/TestPG", // Give here the path of page you want to open
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    pageParams,
    true, // Retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO,
    OAWebBeanConstants.IGNORE_MESSAGES);
    In the New page controller Process request capture the value and depending upon the value do whatever you want. Like..
    String employeeNumber = pageContext.getParameter("partyNumber"); //Name of the parameter of last page
    if (employeeNumber !=null) // Depending upon the value do your logic
    else
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • When I open a new windows from my current tab background turns black. Can this be disabled?

    I use Remedy and when I open a new windows from my current one my background turns black. This started when I moved to the new update. Is there anyway to disable this?

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration 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.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Problem with opening and closing windows

    Hi,
    I have a Flex Desktop Application with a Splash screen that
    displays for 5 seconds which is the initial WindowedApplication
    which uses script to centre itself in the screen at 400 x 300.
    It then loads and opens up a Window where people login and
    closes the splash screen (using NativeWindow.close) - the login
    window it opens is again 400 x 300 and centred on the screen.
    When the user susccessfully logins in, the login window needs
    to load and open a Window called MainWindow which is when my
    software will actually begin - this MainWindow needs to be
    maximised so I have a script inside it that does this
    (NativeWindow.maximise). The login window also needs to close and
    this is where my problem lies. I keep getting a problem when I use
    NativeWindow.close in the login window and then open the MainWindow
    and run the NativeWindow.maximise.
    Any suggestions or ideas on how I can do this better? This is
    my first Flex application and I'm just a beginner.
    I can send the Flex archive if required.

    Hi,
    Please check out the URLs below.
    http://www.adobe.com/devnet/air/flex/quickstart/creating_transparent_window.html
    http://www.adobe.com/devnet/air/flex/quickstart/launching_windows.html
    http://www.adobe.com/devnet/air/flex/quickstart/
    Hope this helps.

  • How can I open a new window for a (calculated) PDF?

    Hi,
    I have a BSP application with MVC. The start page is a HTML/HTMLB page with some buttons. If you click on the buttons, you get a PDF document in the same browser window. I generated the PDF over smart forms from table/Cluster data.
    I call the controller in the OnInputProcessing event handler of the page and give it the parameters.
    The problem: if you are on the PDF you cannot come back to the start page. I think, it is better, if the PDF gets a new window. The user can open on this way many PDF docs.
    I tryed with navigation->next_page(...) or call_view etc. but all this dosn't work. Only the PDF will be show and in the same window!
    Do I have to separe the application in two applications and use the CALL_APPLICATION method?
    Or does anyone know a better way?
    Thank you!
    Regards
    Patrizia

    HI Thomas,
    I send you a fragment of the code. It does work well.
    Thank you for the links!
    The data are read, convert into a otf, then in pdf
    CALL METHOD me->print_otf_2_pdf
          EXPORTING
            otfdata    = model->otf
            response   = response
            navigation = navigation.
    METHOD print_otf_2_pdf .
    generated result: PDF format
      DATA: l_pdf_xstring  TYPE xstring,
            linetab        TYPE tlinetab,
            l_pdf_len      TYPE i.
    Conversion of output format OTF into PDF format
    now convert the final document (OTF format) into PDF format
      CALL FUNCTION 'CONVERT_OTF'
           EXPORTING
             format                      = 'PDF'
           MAX_LINEWIDTH               = 132
           ARCHIVE_INDEX               = ' '
           COPYNUMBER                  = 0
           IMPORTING
             bin_filesize                = l_pdf_len
             bin_file                    = l_pdf_xstring       " binary file
           TABLES
             otf                         = otfdata
             lines                       = linetab
           EXCEPTIONS
             err_max_linewidth           = 1
             err_format                  = 2
             err_conv_not_possible       = 3
             err_bad_otf                 = 4
             OTHERS                      = 5
      IF sy-subrc <> 0.
      ENDIF.
      CALL METHOD me->open_pdf
        EXPORTING
          pdf_xstring = l_pdf_xstring
          pdf_len     = l_pdf_len.
    ENDMETHOD.
    METHOD open_pdf .
      DATA: l_pdf_len  TYPE i,
            runtime    type ref to if_bsp_runtime,
            filename   type string,
            guid       type guid_32.
      response->set_header_field( name  = 'content-type'
                                value = 'application/pdf' ).
      response->set_header_field(
                        name  = 'cache-control'
                        value = 'max-age=0' ).
       l_pdf_len = XSTRLEN( pdf_xstring ).
      response->set_data( data   = pdf_xstring
                          length = l_pdf_len ).
      navigation->response_complete( ).
    ENDMETHOD.
    Regards
    Patrizia

  • My safari is messed up.  Every time I do anything it randomly opens a new window for a website that looks like a virus. It also will not let me watch anything on Netflix. I don't know what to do, someone help!

    Every time I try to do anything on my safari it randomly opens new windows to what looks like fraud websites.  Also it will not let me watch anything on Netflix. Please help!

    You may have installed the "DownLite" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "VSearch" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot" or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    This trojan is distributed on illegal websites that traffic in pirated movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the DownLite developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight is inexcusable and has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • When I click on a link, Firefox opens a new window for that link, how do I change this setting?

    I am unaware of having made any changes to my settings before this started. The best way I can describe it is that simply clicking on a link causes it to "open link in new window" rather than simply "open"

    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
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Links in other applications opening in new windows now instead of tabs randomly

    Randomly today after booting up my PC and opening firefox links I receive from other people on like AIM or Steam chat open a whole new window where as before they would just open a new tab. It's veryyyy annoying and I have the option "Open new windows in a new tab instead" on. I'm using aurora build by the way, if that matters.

    Try to ask in the daily thread or create a new thread on the MozillaZine Builds forum, maybe someone there knows an answer.
    *http://forums.mozillazine.org/viewforum.php?f=23
    You need to register on the MozillaZine forum site in order to post at that forum.

  • After applying new updates, problems with opening SQL*Worksheet window

    SQL Developer version 1.2.0 Build MAIN-29.98
    OS Windows XP with Service Pack 2.
    Problem:
    Connection to database works fine.
    Opening SQL*Worksheet errors with below error:
    java.lang.IllegalAccessError: tried to access class oracle.ide.net.IdeURLStreamHandler from class oracle.ide.net.URLFileSystem$1
         at oracle.ide.net.URLFileSystem$1.createURLStreamHandler(URLFileSystem.java:87)
         at oracle.ide.boot.URLStreamHandlerFactoryQueue.createURLStreamHandler(URLStreamHandlerFactoryQueue.java:119)
         at java.net.URL.getURLStreamHandler(URL.java:1104)
         at java.net.URL.<init>(URL.java:393)
         at java.net.URL.<init>(URL.java:283)
         at oracle.ide.net.URLFactory.newURL(URLFactory.java:636)
         at oracle.ide.net.URLFactory.newURL(URLFactory.java:136)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorNode.<init>(SqlEditorNode.java:65)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditor.openNewEditor(SqlEditor.java:1973)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditor.openNewEditor(SqlEditor.java:2032)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditor.openNewEditor(SqlEditor.java:2050)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorWizard.invoke(SqlEditorWizard.java:114)
         at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:310)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorController.toolbarAction(SqlEditorController.java:1013)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorController.handleEvent(SqlEditorController.java:562)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:551)
         at oracle.ide.controller.IdeAction$2.run(IdeAction.java:804)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:823)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:521)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Anyone else facing this problem? Any solution to this problem?
    Thanks,
    Raj.

    I believe (hope) you're saying that you can not update SQL Developer to the latest release via "Check for Updates".
    My problem is that I get this error when running "Check for Updates" on a third party extension and not Oracle updates.
    I did a fresh install and ran the update and it will always give me the error. It's easily reproducible. Although, the second restart will fix the problem I'm concerned that this will give the impression that the extension caused the problem.

  • How to fix problem with opening pdfs in Windows 8.1 with Adobe Reader XI?

    Every time I try to open a pdf on my new laptop with Adobe Reader XI, I get a message than either the file is not supported or its damaged. But it still opens fine on my old laptop with Windows 7.
    Any suggestions?@

    Hi. Thanks for taking the time to answer. Upon further investigation, it appears that the original pdfs I was transferring from my old computer to my new one were “grayed out” on the flash drive, so they wouldn’t open on the new laptop. When I went back and reloaded the pdfs again, they weren’t grayed out, and now everything’s working fine. But again, thanks so much for making the effort to help. I really appreciate it.

  • Every time open a new window I get another tab wanting me to add on the Personas=Baris Derin. I do not want it and it is annoying that it keeps popping up. How can I stop it?

    I was reviewing add-on plugs and now i cannot get this articular one to go away. If it continues to be a problem I will have to uninstall mozilla.firefox.
    I appreciate any help you can give.
    thanks
    Sharon

    See - [https://support.mozilla.com/en-US/kb/Firefox%20hangs#w_firefox-hangs-when-you-quit-it Firefox hangs when you close it]

  • How can I open a new window with the same website like the one I have open?

    In safari I can open a new window with the same website like the one I have open, that makes it easy continuing to navigate on a website and to go back to the original website

    Hello Andieas
    Why open a new window for fast browsing??
    Open new tabs.
    Just right click on what you want to open and click "Open in new Tab"
    It is easy and doesn't consume memory from your computer as well as easy to navigate.
    Hope you'll like it

Maybe you are looking for

  • Web App Items Slideshow with automated transistion.

    Hello everyone.  I have been looking for a solution to have web app items within a specific category display in the same manner that a slideshow or slider would AND be able to automatically change from month to month using the expiry dates. Basically

  • Issue installing driver

    I am running Windows 8, Itunes, and an Iphone 4 - all up to date software. When I connect my iphone to the computer, Windows makes the sound that says you've connected a device. After that, neither Windows nor Itunes recognizes the phone. When I go t

  • Wifi disconnect​s

    Every minute or so my HP 250 G3 hangs wi-fi connection and the wireless network gets empty ("no network found"). 1 I see the list of available connections 2 I connect to one OR just wait 3 within a minute, it drops current connection (if any), and th

  • Dynamic routing in an extension

    I'm planning to use AngularJS to write a Photoshop extension. In Angular, it's possible to change the view based on the route of the web page. Is it possible to change the route in a Photoshop extension? Has anyone got dynamic views and routing worki

  • I forgot my sercutity questions answers and have not received the email with instructions.

    I Have forgotten my sercutity question answers and have not received the email with instructions.