Saving a values of another window

Hello everybody, I have a little problem, I have a window that call another one, and I need the values of the second window (the values are in text boxes), how can I save those values to use it in the first window???...thanks a lot

I suppose the OP thinks of JavaScript...
@OP: you should get a handle for the window back when you open it using window.open(...
You should then be able to use [hanlde].document.[...]

Similar Messages

  • Save the selected value from listbox with its respective tab control dropdown selcted values in another listbox

    Hi all,
    I am making a vi where I have to save the selected value from listbox with its respective tab control dropdown selcted values in another listbox.Whenever I select Item1 then the heading change and respective tab will open for that item.But Now I just want to save the selection and put it in another ListBox.SO that I can renmove or add according to my wish. Plz help me.
    Solved!
    Go to Solution.
    Attachments:
    my_vi.png ‏83 KB

    Hi, I successfully make the vi to insert itmes from listbox1 to listbox2.Whenever I select itmes 1 in listbox 1 it display same elected item in listbox2 , but it not appending the items in listbox2.Like If 1 is selected in listbox1 then 1 will display , next time after saving when I selct next item like 3 then in listbox 2, 1 is replaced by 3,it dont come in second row of listbox2.Hope I am able to explain.\
    Plz help me to resolve this.
    Attachments:
    listbox_update.vi ‏11 KB

  • How to retrieve a page item value in another page?

    Hi,
    how to retrieve a page item value in another page?
    say P55_COURSES_TO_EVALUATE is my page item name and it is a select list.Based on the value selected,in the next page i shd show details related to the selected value and for this i need P55_COURSES_TO_EVALUATE value in the next page.How Do I get it?When I try to retrieve the values it simply returns nothing.
    Any pointers would be really helpful.
    Thanks in advance.

    Hi,
    Could you please tell how you try use it ?
    If you set value to item P55_COURSES_TO_EVALUATE and submit page, value is saved to session state.
    Then you can use that item in any page like
    :P55_COURSES_TO_EVALUATEYou can not access page value in javascript/jQuery from other pages like
    $v('P55_COURSES_TO_EVALUATE')
    document.getElementbyID('P55_COURSES_TO_EVALUATE')
    $(#P55_COURSES_TO_EVALUATE)Because item is not in other pages. In javascript from other pages you can use
    var a = '&P55_COURSES_TO_EVALUATE.';Regards,
    Jari

  • How to invoke a jsp value to another jsp

    Hi i have a problem on how to invoke a jsp page from jsp page.
    I have this function in index.jsp:
    <script language="JavaScript">          function price(){           window.location="search_date.jsp" + document.forms['test'].getElementById('price');           }          </script>"document.forms['test'].getElementById('price'); " are getting the values from another jsp (search_date).
    <div class="tabbertab" title="Price" id="price"><h2>Tab 2</h2><p> <form name="test">There are three tabs in search_date jsp, the above codes are for price tab.
    Im going to click on an image link in index.jsp, it will direct me to the price tab instead of two other tabs. How can i achieve this?
    Thanks,
    tiffany

    This appears to be more of a javascript than java/JSP question.
    If you are trying to pass a parameter to the jsp search_date.jsp, you need to follow the standard syntax for parameters , with ? for the first and & for any subsequent ones..
    ie
    search_date.jsp?firstParam=1&secondParam=2
    so possibly you meant:
    window.location="search_date.jsp?myParam=" + document.forms['test'].getElementById('price');
    However I am not sure.
    What is clicking on this image link supposed to do?
    Are you wanting to reload a page, or just show hide things without reloading?

  • Is it possible to reference one cell from the value of another?

    Is it possible to reference one cell from the value of another e.g.
    value of b1 = value of c(value of a1)
    So if a1 = 3 then b1 = c3, if a1 = 5 then b1 = c5.

    Excellent!
    Thanks Wayne. Just saved me many hours and a headache.
    Works like a dream.
    Thank you for your succinct (and accurate) answer.
    Mark

  • Can conditional formatting refer to the value in another cell

    Is there a way for conditional formatting refer to the value of another cell instead of entering the value in the conditional format box?

    wwjd is right. no way of doing that.
    WWJD, two wuestions:
    1) do you have the new office 2008 for mac beta (is it out?), how close is it to the new features in Office 2007 for windows, if you do?
    2) why do our pictures keep getting cut off after a day of posting. I posted a pic yesterday and its already not showing on the page the next day. Do they not load them after the question is marked as solved?
    thanks,
    Jason

  • Javascript: to pass values to another page

    hi all,
    i hav an interactive report. if i clik on a particular row, that row values must be passed to an another page (via javascript)
    i found this forum https://forums.oracle.com/thread/2467579 in which they hav used it for sending mail.
    but i wanted to pass those values to another page throug javascript bz, i hav installed a plugin nd wrking from it under right clik.
    ma  javascript function  is,
    function func(action,el, pos)
       window.location ="http://apex.oracle.com/pls/apex/f?p=71510:2:&SESSION.:::2:P2_X,P2_X2:'+ $(el).children('td[headers="EMPNO"]').text() +  ',' + $(el).children('td[headers="ENAME"]').text()";
    here i hav redirected it to the 2nd page and in the 2nd page i hav used 2 items to get these values.
    $(el).children('td[headers="EMPNO"]').text() +        ------->  this is to fetch the empno of that particular row and similarly for the name.
    but if i click on the right clik button , no action is happening... 
    but its working fine, if i use the function as,
    function func(action,el, pos)
       window.location ="http://apex.oracle.com/pls/apex/f?p=71510:2:&SESSION.";
    so somewhere is going wrong in passing the values in URL i suppose....
    and i hav used al d above things in
    http://apex.oracle.com/pls/apex/f?p=71510:1 (username: test / paswrd: pex14gm)
    pls help me out.....
    thanks in advance

    Try like this.
    function func(action,el, pos){
        var empNum = $(el).children('td[headers="EMPNO"]').text();
        var eName  = $(el).children('td[headers="ENAME"]').text();
        window.location ='http://apex.oracle.com/pls/apex/f?p=71510:2:&SESSION.:::2:P2_X,P2_X2:'+empNum+','+eName;
    It looks simple and neat.
    If you still didn't get post me workspace details.

  • How to assign One Dimension Property value to another Dimension ID

    Business senario:
    There are two dimensions Entity and Plant. Plant also has a property Entity.
    In my Input Form, I need to derive Entity Property based on PLANT selection and should map it to ENTITY Dimension.
    I have selected PLANT Dimension and ENTITY Dimension in Page Axis. I have updated EPMOLAPMember() formula with EPMMemberProperty() for deriving Entity values. When I tried to save data an error message appears saying TOT_Code is not a base level member. So I checked Edit Report window and found that ENTITY Dimension is automatically moved to default left panel from Row Axis and Entity Dimension Context Menu is mapped to TOT_Code which is the top node of the total hierarchy.
    I tried EPMMemberOverride() function to overwrite ENTITY Dimension values with Entity Property of PLANT Dimension but unable to overwrite it.
    In Simple Words:
    ENTITY Dimension = PLANT Dimension (Entity Property)
    Is there any way to map/assign property value to another dimension??? Please help me.
    Thanks in advance.

    Hi,
    see please this thread for a possible solution http://scn.sap.com/thread/3230754
    Regards
         Roberto

  • When i clink a given link in google than that webpage open in another window. How i can open that page in the same tabe ?

    when i clink a given link in google search than that webpage open in another window. How i can open that page in the same tabe ?

    Hello gogotutu
    In the [https://support.mozilla.org/en-US/kb/awesome-bar-find-your-bookmarks-history-and-tabs#os=win7&browser=fx17 Location bar], type [http://kb.mozillazine.org/About:config about:config ]and press '''Enter'''.
    The about:config "This might void your warranty!" warning page may appear. Click I'll be careful, I promise!, to continue to the about:config page.
    In the Search field, type [http://kb.mozillazine.org/Browser.link.open_newwindow browser.link.open_newwindow]
    double-click and put as a value '''1''' , click OK to save it.
    do the same with '''browser.link.open_newwindow.override.external''' , again put '''1''' as a value(it is -1 by default).
    check also, always in about:config, the [http://kb.mozillazine.org/Browser.link.open_newwindow.restriction browser.link.open_newwindow.restriction] and put as value''' 0''' .
    thank you

  • Assign container with value of another container

    Hello,
    I would like to assign the parameter (defined as referenced container) of a subsequence with the value of another container. Something like this:
    "Parameters.OUT_CONSTANTS = FileGlobals.CONSTANTS"
    But in my expression windows, I get the message:
    "Evalutation error
    Variable or property types do not match or are not compatible."
    What do I have to do to make it works?
    Cheers,
    Risotto

    Hi Risotto,
    One concept that you need to watch out for is making sure that the variables defined inside both of your containers need to have the same names. So if your Parameter container had a numeric variable called "Temp", then your FileGlobals container would need a numeric variable called "Temp". The naming conventions need to be the same as well as the data type. The order of the variables inside the cluster doesn't matter. If you don't use the same names for the variables, you will receive the error you mentioned.  Attached is a short snippet of code that shows you how to correctly assign containers. 
    Hope this helps!
    Jonathan N.
    National Instruments
    Attachments:
    Example.seq ‏29 KB

  • How to Enable password saving in SAP Logon for Windows

    how to Enable password saving in SAP Logon for Windows

    Even though password saving, in SAP Logon for Windows is disabled by default, this can be enabled following the steps listed below:
        Open the command prompt by navigating to Start → Run and by typing “cmd”.
        Go to the \SAP\FrontEnd\SAPgui directory (in Program Files), through the command prompt.
        Create the necessary value in Windows registry by typing: sapshcut -register An information message will appear.
        Open the registry editor, in order to access Windows registry, by navigating to Start → Run and by typing “regedit”.
        Go to the HKEY_CURRENT_USER\Software\SAP\SAPShortcut\Security registry key.
        Change the value data of “EnablePassword“ from 0 to 1.
        Close SAP Logon and open it again, in case it was open during the whole process.

  • Another Window Pop up

    Hello,
    I am creating the URL  iview. The web site I am accessing it automatically pops up another window.  Is there any way that it can be prevented to show up the pop up window?
    Fareed

    Hi Fareed,
    I think there could be a way using a new ActiveX WebBrowser Object in an own URLiView:
                    response.write("<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"><tr><td>");
                    response.write("<OBJECT id="WebBrowser1" classid="clsid:8856F961-340A-11D0-A96B-00C04FD705A2" width="100%" height="100%" border="0">n");
                    response.write("<param name="ExtentX" value="23389">n");
                    response.write("<param name="ExtentY" value="15425">n");
                    response.write("<param name="ViewMode" value="0">n");
                    response.write("<param name="Offline" value="0">n");
                    response.write("<param name="Silent" value="0">n");
                    response.write("<param name="RegisterAsBrowser" value="0">n");
                    response.write("<param name="RegisterAsDropTarget" value="1">n");
                    response.write("<param name="AutoArrange" value="0">n");
                    response.write("<param name="NoClientEdge" value="0">n");
                    response.write("<param name="AlignLeft" value="0">n");
                    response.write("<param name="NoWebView" value="0">n");
                    response.write("<param name="HideFileNames" value="0">n");
                    response.write("<param name="SingleClick" value="0">n");
                    response.write("<param name="SingleSelection" value="0">n");
                    response.write("<param name="NoFolders" value="0">n");
                    response.write("<param name="Transparent" value="0">n");
                    response.write("<param name="ViewID" value="{0057D0E0-3573-11CF-AE69-08002B2E1262}">n");
                    response.write("<param name="Location" value="" + urlToOpen + "">n");
                    response.write("</OBJECT></td></tr></table>");
    Now, I am not sure if you can set some param that prevents PopUps, but it may be a good starting point for the solution.
    Kind regards
    Francisco

  • New Blog Post: Saving Current Values with Cascading LOVs

    All,
    Just blogged on Saving Current Values with Cascading LOVs: http://bit.ly/hQPUPi
    Enjoy!
    Regards,
    Dan

    Monty,
    Glad to hear it's working for you.
    Oh, you just had to go there ;) Popup LOVs are a bit more difficult because the values are not automatically brought back to the page for you. I've already worked out how this could be implemented in my head - but writing it up, of course, is more of an effort. I've added it to my list of blog articles to write on. Since it's not a requirement right now, I'll cover another topic first and come back to that one afterward.
    Regards,
    Dan
    Blog: http://DanielMcGhan.us/
    Work: http://SkillBuilders.com/apex/

  • What do you value in a window manager?

    I have discovered that Metacity (the default window manager for Gnome) has compositing. This compositing is very basic, mostly adding shadows to windows, but it makes the desktop look and feel very nice (at least to me).  I find Compiz-Fusion or just plain Compiz too much, and this very refreshing.  There is how ever some functionality that I find myself missing.  The most notable is the ability to drag windows from one workspace to another.  This got me thinking about what functionality I value in a window manager:
    It looks pretty -- Inviting window dressing with shadowing and fading. The transparency effects I never found that interesting.  I have tried Openbox numerous times (played with its themes and everything) and I always find it dull and never used it for long.  This realization came as a bit of a surprise to me, I had no idea that I valued looks so much.
    Fast and clear way of browsing and selecting open windows -- I like it when this is not limited to one workspace, but does give distinction between the workspaces.  The window selector in the top right corner of the Gnome desktop or clicking the third button on the desktop in Xfce is prime examples of this.  Also, I like to have the option of doing this with the mouse or keyboard and I am annoyed that Alt Tab is limited to one workspace in most cases.
    The ability to drag windows from one workspace to another
    Simplicity -- I find that Compiz is too much.
    I am curious as to what functionality or aspects of window managers others value, and would appreciate any feedback.
    Thank you
    Last edited by Smith oo4 (2008-04-24 22:26:41)

    I value speed and configurability.  Consequently, I use Openbox.
    Smith oo4 wrote:It looks pretty -- Inviting window dressing with shadowing and fading. The transparency effects I never found that interesting.  I have tried Openbox numerous times (played with its themes and everything) and I always find it dull and never used it for long.  This realization came as a bit of a surprise to me, I had no idea that I valued looks so much.
    If all you need is shadows/fading, Xcompmgr will work inside Openbox and provide those 'features' (I personally dislike them).
    Smith oo4 wrote:Fast and clear way of browsing and selecting open windows -- I like it when this is not limited to one workspace, but does give distinction between the workspaces.  The window selector in the top right corner of the Gnome desktop or clicking the third button on the desktop in Xfce is prime examples of this.  Also, I like to have the option of doing this with the mouse or keyboard and I am annoyed that Alt Tab is limited to one workspace in most cases.
    Xfce can set the Alt-Tab window switcher to work on all workspaces (I think).  My favorite option is the Openbox desktop menu (accessible by middle-clicking the desktop), which I have mapped to the desktop button on Pypanel (see attached screenshot).
    Smith oo4 wrote:The ability to drag windows from one workspace to another
    On Openbox, I just right-click the title bar and select 'Send to desktop...'.  If you require the dragging functionality, most pagers (such as those in the GNOME or Xfce panels) allow you to drag windows.  Bear in mind that more minimal WM's such as the *boxes and Pekwm can run any panel that you want (or no panel at all), so you can bring your GNOME panel along with you.

  • How to display another window by using Check box

    Hi Friends,
    I have one doubt in Webdynpro with java. How to display another window by using Check box?
    For Exam My requirement is I am getting BAPI from ECC System. So I have to go given input details in first view and output details in Second View. So in Second View I will taken Table that data will displayed in rows. each and every row first check box is available.
    Here Select Check Box of particular row then click Edit button. That row data will be displayed in one popup window.
    empid, name, sal ,firstname, last Name
    empid, name, sal ,firstname, last Name
    empid, name, sal ,firstname, last Name
    Suppose I have to select check box in First Row Click on EDIT button That row data will be displayed in another popup window here customer will change details depending up requirement click on SAVE Button that update data will saved in ECC System.
    How to display another window by using Check box?
    Regards
    Vijay

    Hi Vijay
    Your question is not clear enough to give an answer. Do you have some difficulties with the code for opening a popup-window? There are many-many examples in the forum how to open/close a popup.
    Or you do not know how to bind the popup opening with clicking a check box? Just put the code in the onSelect event handler of the check box.
    BR, Siarhei
    Edited by: Siarhei Pisarenka on Mar 11, 2010 10:55 AM

Maybe you are looking for