Open exe's in same window

Hi I have a menu.exe opening up 3 seperate exe's. Is it possible to open up the 3 seperate exe's in the same window as the menu.exe??? This is what I have at the moment: on (keyPress "<Space>") {
fscommand("Exec", "page01.exe");
} Thanks for your help
E

I dont think that it will open in same window, or else try loading the swf of other file in your menu.exe.
Other option might be open the new exe and close the old one. but first option look better
http://www.darshanrane.com

Similar Messages

  • Open a document in same window

    Hi
    We have a requirement to open a document in same window(lower part) when a link or button is clicked. Is there any sample explaining how to do that?

    Hi,
    you can use af:inlineFrame component
    Frank

  • Open Web Dynpro in same window

    Hello Everyone!
    We've got a really really big problem.
    We use in our KM a Web Dynpro. In the Image Map we want to call this Web Dynpro and open it in the same window. But at the moment we are just able to open the Dynpro in another window.
    Is there a possibility to open it in the same window?
    Hope that anyone of you, has a solution for our problem.
    Many thanks,
    Isabel

    Hi,
    Please post the URL of your webdynpro application.
    Chk this
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/808fb397-1fcf-2910-7884-8f075c939666
    NavMode parameter determine, whether the application should open in new window or same window.
    mode 0 for internal window,
    mode 1 for external window with content,
    mode 2 for external window with full navigation,
    mode 3 for external headerless window
    http://<host>:<port>/irj/portal?NavigationTarget=navurl://50e00a3ef7d094e3d05ae768f98b8761&NavMode=0
    This link will open in same window.
    Regards
    Baby

  • Opening .pdfs in the same window/tab.

    I look at a lot of .pdfs (Journal Articles) in my browse. Generally, I only download a fraction of the ones I look at. Recently, Firefox has stopped opening .pdfs in the same window/tab. Instead, it prompts me to download every .pdf I want to look at. I then have to save them, open them on my desktop, look at them, and then delete the ones I do not want to keep. Does anyone know how to get Firefox 10.0.2 to start opening .pdfs in the same window/tab again?

    Adobe PDF Reader is not on your list of Plug-ins submitted with your question (click on "More system details" to the right of your original question). If it is disabled on the Plug-ins list (''Add-ons > Plugins''), click "Enable". If it is not installed on your system (in your Programs folder), then download the installer and run the installer after it is saved to your hard drive (install with Firefox closed).
    *See --> [https://support.mozilla.org/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox] ('''''NOTE:''''' un-check any items on the Adobe download page that you do not want installed on your system)
    *Also see --> [https://support.mozilla.org/en-US/kb/Opening%20PDF%20files%20within%20Firefox Opening PDF files within Firefox]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *'''''Adobe Shockwave for Director Netscape plug-in''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.org/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.org/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *'''''Next Generation Java Plug-in for Mozilla browsers''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • Opening URL in the same window

    Hello,
    I have a webdynpro Java Application which is opened on the click of the iview which is created for it.....now i want to specify a URL for it which should open it in the same window.....rather than an external window.....how can i achieve the same...? how can i specify the URL in the Default Plug (event handler) of the Interface View Controller.....so that it opens up...
    Any help would be highly appreciated...
    Regards,
    Shikhil

    Hi Shikil,
    use this
    String navigateto="ROLES://portal_content/";
    WDPortalNavigation.navigateAbsolute(
                                                 navigateto,
                                                 WDPortalNavigationMode.SHOW_INPLACE,
                                                 (String) null,
                                                 (String) null,
                                                 WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
                                                 (String) null,
                                                 (String) null,
                                                 (String)null);
    navigateto is the pcd of your iview.
    thanks,pkv

  • Open doc URL: unable to open the report in same window

    Hi
    I'm trying to open a report using open doc url with "swindow=same" but still it opens in a separate window. This happens only when I use JAVA viewer. it works fine in ActiveX and HTML but I want this in JAVA viewer as i'm including this page in my JAVA application and it should open the report in the same window. I tried using "<a>URL</a>" and also target="_self" by HTML interpretation for that object but still the same problem. I'm unable to open the report in the same window by using JAVA viewer for Crystal Reports in info view. Please help me!!!
    Envirorment Details: Crystal Reports 2008 SP3, BOE XI R3 SP3
    regards
    Raghavendra.G

    I have tested that myself and It seems that HTML interpretation does not work with the Java viewer.
    I have also tried using a hyperlink containing javascript
    eg.
    javascript:window.location.href='http://www.sap.com'
    but the java viewer seems always to launch a new window before processing the command.
    I would recommend to open a case by SAP support ( httP://service.sap.com/support )
    Regards,
    Stratos

  • Open link in the same Window

    Hello,
    i want to open a link from a WDA Action Method, in order to open a bsp applikation. The new page should appear in the same window (no popup, no new window). Here the code which i have at the moment, but the BSP Applikation starts always in a new window. What can i do ?
    data:
    lt_parameters TYPE TIHTTPNVP,
    ls_url               type string,
    lo_window_manager type ref to if_wd_window_manager,
    lo_api_component      type ref to if_wd_component,
    lo_window                type ref to if_wd_window.
    CALL METHOD cl_http_ext_webapp=>create_url_for_bsp_application
          EXPORTING
            bsp_application       = 'ZHRMPBA004'
            bsp_start_page       = 'ZHRMPBPTI006.htm'
            bsp_start_parameters = lt_parameters
          IMPORTING
            abs_url              = ls_url.
    lo_api_component  = wd_comp_controller->wd_get_api( ).
    lo_window_manager = lo_api_component->get_window_manager( ).
    CALL METHOD lo_window_manager->CREATE_external_WINDOW
              EXPORTING     URL            = ls_url
             RECEIVING     WINDOW         = lo_window.
    lo_window->open( ).
    thanks for replays

    You are calling CREATE_external_WINDOW. That API is designed to open the application in a new window.  So that isn't appropriate for what you want.  If you want to navigate in place then you should use an Exit Navigation Plug.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/ca3351508f04e7e10000000a42189c/frameset.htm

  • Open detail report in same window(same frame) in BI Publisher11.1.6.0

    Hi
    I have created 2 reports
    Master Report - Interactive view template
    Detail Report - Interactive view template
    I have given detail report hyperlink in Master report. when i click on the link, it opens in new tab or window instead of opening in same tab/window.This is happening only in case i have created report in Interactive view.
    If i create both the reports in RTF template then it's opening in same window/tab but my requirement is that template should be Interactive template as it's having sorting and filter functionality embedded.
    Kindly reply.
    Thanks
    Nitasha
    Edited by: 856219 on Mar 26, 2012 1:31 AM

    Hi Nitasha
    we need same exact requirement. Could you please let me know if you find any solution ?
    Thanks
    slokam

  • Open all PDFs in same window option in Acrobat 9?

    All my PDFs open in separate windows/acrobat instances. There used to be a feature in option to allow all to open in same window. Cant seem to find it in verison 9.

    You're correct. I think that was the switch between SDI (single document interface) and MDI (multiple document interface). In 8.x the ability to switch was there but in 9.0 it appears to have gone the way of the dinosaur. :(
    Sabian

  • Can Firefox open one page in same window?I could do that few days ago,and now all of a sudden it open new page in new tab or new window.What can I do?Thank you

    Whenever I search something on Google and try to open it,it opens in a new tab or new window.I always could open it in the same tab. Can you help me?

    Hi,
    On the search results page, you can try changing the setting beside '''Results Window''' via the gear icon on the top right corner of the page. Please also see the '''Note''' on the bottom.

  • How do I set Firefox to open items in the same window instead of a new tab or window?

    I want to be able to open items (such as click on the results of a search) and not have it open in a new tab or window, just open in the same window (as the search results).

    See:
    *http://kb.mozillazine.org/browser.link.open_newwindow
    *1: current tab; 2:new window; 3:new tab;
    For links opened via JavaScript you can look at this pref:
    *http://kb.mozillazine.org/browser.link.open_newwindow.restriction
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config

  • Acrobat 9 Pro: Open all documents in same window - don't want!!

    In Acrobat 7 there was a setting under
    Edit/Preferences/Documents that said "Show each document in its own window"
    I had this unchecked.
    I can't find this setting in 9, there is no such option (at least what I can find). I don't want all documents in separate windows, I want them in the same window! How do I fix that??

    But that's just plain stupid! I don't want 20 windows open when I drag 20 files into Acrobat for printing. I just want one.
    I wonder why they have done it like this.
    There are a lot of things missing from Acrobat 7 that I wish they hadn't removed. I thought upgrades was supposed to make a program better, not worse! Now I have to find work-arounds for a lot of things that was easy before and now doesn't work at all or works but takes a lot of time to do.

  • Open vi in the same window

    hello,
    is it possible to open an subvi in the same window like the main vi?
    for example, if i open a vi by a button click the vi opens in a new window.
    in some cases it will be better that the subvi is shown in an specfied area on the frontpanel of the vi.
    markus

    Hi Markus
    Yes this is possible. Use the SubPanel-Control. To learn about it, have a look at the examples. There's a nice one (viewer.vi).
    Hope this helps.
    Thomas
    Using LV8.0
    Don't be afraid to rate a good answer...

  • How to open BSP in the same window of WD?

    Hi,
    I have a WD that I would like to link to a BSP.
    I added a link and put the relative path to the BSP.
    Once I click on that link, the BSP is opened in a new window.
    I want the BSP to open in the same window, replacing the WD.
    I tried putting in the TARGET of the link: '_self', frame name and more but it does not work.
    (BTW, I am trying to call SRMSUS BSP).
    Any ideas?
    Thanks,
    Itay

    You need to use an Exit Navigation Plug instead:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/ca3351508f04e7e10000000a42189c/frameset.htm

  • Opening .pdf files in same window

    I'm new to AA9 but have used AA7 for a long time.  In AA7, if I had a .pdf file already open on the desktop, and I opened another file by double-clicking on it, the new file would open in the same window.  Then, I could close that file within the window and toggle between numerous files from the "minimize/maximize/close" icons in the window.  Since I work with a lot of maps, it was very convenient to have the icons lined up across the bottom of the page, and open and close them as needed.  Now, with AA9, when I double-click, it opens a new window, complete with all the toolbar icons etc. This is very inconvenient by comparison, and I don't know how to change it.   I've looked through preferences and cannot find an option to fix this.  Is this something I won't be able to accomplish in AA9?  If so, I will go back to using AA7, but I like some of the other features of AA9, so I hope someone knows how to reset this function.  (FYI, I'm using Windows 7, 64-bit, Intel Core 2 Duo, T9600, 6GM RAM, Nvidia GeForce GT230M w/ 1GB DDR memory).  My version of AA9 Pro is part of Adobe Creative Suite CS4.  Thanks.

    Hi misterbill1717,
    Using Windows 7, 64-bit and Acrobat 7 will result in problematic performance of Acrobat 7.
    Acrobat releases prior to 9.2 are not supported by Adobe in Windows 7.
    As to Acrobat 7 and 64-bit, see this TechNote:
    http://kb2.adobe.com/cps/331/331732.html
    So the fundamental issue will be Acrobat 7 in Windows 7.
    As to your other concern.
    It sounds like you are describing the Multiple Document Interface (MDI) available in the Adobe Reader/Acrobat 8 release(s).
    As the article below (via the link) states, Single Document Interface (SDI) was the default in the Adobe Reader/Acrobat 8 release(s).
    Change to MDI, with release 8, requires the user to perform the following:
    Edit > Preferences > from the Categories: pane, select "Documents" > in the Open Settings pane >
    select/check the first (top) entry "Show each document in its own window (requires restart)
    Then "OK", close open appliations and restart the local machine.
    Now, when one right clicks a link to access the context menu, they can "Open Link in New Window".
    In release 9 of Adobe Reader/Acrobat this is no longer available. The article, at the link below, explains why.
    Multiple Document Interface (MDI) was dropped in Acrobat 9. For further information check out this article.
    MDI vs SDI in Acrobat
    http://blogs.adobe.com/acrobat/2008/09/mdi_vs_sdi_in_acrobat.html
    Also:
    Preference "Show each document in its own window (requires restart)" no longer available in Acrobat/Reader 9.0
    TechNote ID: kb405108
    http://kb2.adobe.com/cps/405/kb405108.html
    Be well...

Maybe you are looking for

  • Cannot connect to DB from remote computer (ORA-12545)

    Hello all, Please help, I am stumped.  I am trying to connect to a database located at my work from at home. I am running into the following issue (see command and error below): ansichart@ansivm:~/src/perl$ sqlplus aspxdba/********@aspxp2 SQL*Plus: R

  • One mail box and 2 accounts

    Hello. I have next problem. I have my one account in skype. And recently I noticed my brother has his account but on my mail also. How it can be? Anybody can type somebodies' mail and he(she) will be able to create account? Thank you

  • Trying to install features and Roles

    OK I've selected my features and Roles. When I run the install from a PXE boot using the Lite Touch Windows PE (x64). The OS installs and reboots and then attempt to run the roles and features install, at which point it dies and return the summary sc

  • How to use SQLExec without the ODBC error

    When I execute the query using SQLExec it gives alarm on Excel ODBC driver.Please provide detailed instructions on how to use this object.

  • I need an urgent help to set manually the context value of es ProxyService.

    I have a proxyservice that has this context structucture: xmlns:ns20="http://skat.dk/etil/2011/02/11/"> <ns:Kontekst> <!--You may enter ANY elements at this point--> <AnyElement/> </ns:Kontekst> waht have to do is that when the proxyservice that has