Refresh page to another

Hello
Is it possible to refresh the contents of a page in another window? In my application I open the popup window to change the details of the transaction. I would like to you have updated data on the 'main' page just after the finish, changing the data in the pop-up window. How to do this?

Kind regards
Krystian

Hello

Have you tried...

parent.location.reload(true);

or

window.opener.location.reload(true);

?

See you soon

Ben

Tags: Database

Similar Questions

  • Browser does not refresh page after validation!

    Hello all, I use JDeveloper 11.1.2.3.0

    I have a big problem here. I create a simple page and insert a form, a createInsert button and a button of validation , for example. I run this page and all is well. I create a new record, fill in the form, and then validate. Right now if I press F5 to reload the page, the browser asks me confirmation "to view this page, Firefox must send information that will repeat any action (for example, a search or order confirmation) that was carried out earlier." I do not understand why he should repeat any action, I checked for Sales transactions after the validation operation and transactions are clean. If I leave this page to another and back to the first it works fine, F5 refreshes without problem.

    If I have a table with multiple lines and that I have updated first line for example and then click on the third line and then perform a refresh (Confirm on above message), the third row will get the all the information of the first line...

    Does anyone know how to fix this?

    OK I found the real problem and the solution to it. As I said the reopening of the page brings no problem, but only to hit F5 don't. My buttons 'submit' and 'committed' a 'partialSubmit = false' who must perform a total of pages submitted in this case. Apparently this is not "detected" by the browser when you press F5, although the presentation is made. Change "partialSubmit = true' the buttons did the trick." Tung

  • How is it that everytime I open Firefox, I get my home page more another blank tab?

    After you install a new motherboard on my Dell, everytime I open Firefox, I get my home page more another blank tab. Never happened before. Help!

    This problem may be caused by the MySearchDial extension.

    You can also check if you have a user.js file in the profile folder to initialize prefs each time you start Firefox.

    The user.js file is present than if you or another software has created this file and normally it wouldn't be here.
    You can check its contents with a text editor (right click: open with) If you do not create this file yourself.

    The user.js file is read whenever Firefox is started and initializes the preferences to the specified value in this file, so the preferences set via user.js can be changed temporarily for the current session.

  • How to remove white screen when you navigate from one page to another in Webworks BB?

    Hi all

    I have developed a web application for Blackberry using Blackberry webworks SDK... I created the package using emulator Ripple... In that when you navigate from one page to another page... coming white screen... How to remove this white screen... and instead of the definition of the loading screen in web application... Please me... Thank you very much in advance...

    With respect,

    Marimuthu_P

    normally it is not a white screen to navigate. You can view data-bb-effect as "bland" for the transition to the screen:

    https://github.com/BlackBerry/bbUI.js/wiki/screens

    second thing, is to use the activity indicator for loading (pending content):

    https://github.com/BlackBerry/bbUI.js/wiki/activity-indicator

  • to access the variables in a page in another page qml

    Hey gang,

    I've been watching some of the other problems autour to access the variables from one page on another page qml qml, and I can't get this to work.

    I have a page, main.qml with a NavigationPane.  The NavPane has a Page and some containers.

    I have a property defined in the NavigationPane like this:

    NavigationPane {
        id: mainNav
        backButtonsVisible: true
        property int customInt: 2
    
        onCustomInt: {
            console.log("  -------------> App: customInt");
        }
    

    I have a ComponentDefinition for next page, called SettingsPage.qml.  In the settings, I have two drop-down lists and a slider.

    Page {
        actionBarAutoHideBehavior: ActionBarAutoHideBehavior.HideOnScroll
        id: pgSettings
    
        ScrollView {
            id: pageScroller
            scrollViewProperties.initialScalingMethod: ScalingMethod.AspectFit
            Container {
                topPadding: 25
                bottomPadding: 25
                rightPadding: 25
                leftPadding: 25
                Label {
                    text: "Settings"
                    textStyle.fontSize: FontSize.XLarge
                }
            Container {
                id: dropDown1
                topPadding: 25
                bottomPadding: 25
                rightPadding: 25
                leftPadding: 25
                DropDown {
                       id: ddOption1
                       title: "Option 1"
                       verticalAlignment: VerticalAlignment.Center
                       horizontalAlignment: HorizontalAlignment.Center
                      Option {id: o1o1; text: "One"; }
                      Option {id: o1o2; text: "Two"; }
                      Option {id: o1o3; text: "Three"; selected: true; }
                      Option {id: o1o4; text: "Four"; }
    
                    onSelectedIndexChanged: {
    
                        switch (selectedIndex){
                            case 0:
                                //
                                console.log(" -->App: Option 1 Selector, On");
                                customInt = 0;
                                break;
                            case 1:
                                //
                                console.log(" -->App: Option 1 Selector, Off");
                                customInt = 1;;
                                break;
                            case 2:
                                //
                                console.log(" -->App: Option 1 Selector, Top (default)");
                                customInt = 2;
                                break;
                            case 3:
                                //
                                console.log(" -->App: Option 1 Selector, Bottom");
                                customInt = 3;
                                break;
                        }
                    }
                }
            } }
    

    I look forward to the the statement will change the level property NavPane, called customInt, but it doesn't.

    the output of the console shows that the ' App: Option 1 selector "gets selected in the dropdown list selected index changes, but the onCustomInt() funtion slot never gets called.

    I tried "mainNav.customInt = X" too, but the parameters cannot solve the mainNav.  I get "unknown symbol 'mainNav'" error with alittle bulb.

    what I am doing wrong?

    When you call the second page, SettingsPage.qml, set it as an object.

    Don't do the following:

    attachedObjects: [
    
        ComponentDefinition {
            id: settingsPageDefinition
            source: "SettingsPage.qml"
        }
    ]
    

    Follow these steps:

    attachedObjects: [
        // Definition of the second Page, used to dynamically create the Page above.
        ComponentDefinition {
            id: settingsPageDefinition
            Settingspage{
    
            }
        }
    ]
    

    Then the second page main navigation page in the IDE.  I had the same problem with a multi-page application, I created.

  • Filter must be a page to another page in Oracle APEX

    Hi all

    I need to display the filter from one page to another page that I under condition that assumes that when I click on the link #DIFFERENT_USERS # then the column of "Workbook" located on page 6 must show as a filter on page 4. Can someone help me on this.

    If #DIFFERENT_USERS # is not null and: APP_PAGE_ID = 6

    THEN

    apex_ir.add_filter (p_page_id = >: APP_PAGE_ID,)

    p_region_id = > v_region_id,

    p_report_column = > "workbook."

    p_filter_value = >: P4_WORKBOOK,.

    p_operator_abbr = > 'EQ ',.

    p_report_id = > v_base_report_id

    );

    END IF;

    END IF;

    Kind regards

    Sushant

    Hi LnTinfotech,

    LnTInfotech wrote:

    Hi Kiran,

    Yes it is mandatory to set the IR filter and the #DIFFERENT_USERS # on page 6 is not on page 4 so when I click the link on the page 6 #DIFFERENT_USERS # the workbook to column 6 page should show as a filter on page 4.

    I can't do it in IR could you please help me how can we display the filter in another page that I don't know javascript.

    If #DIFFERENT_USERS # is not null and: APP_PAGE_ID = 6

    THEN

    apex_ir.add_filter (p_page_id =>: APP_PAGE_ID,)

    p_region_id-online v_region_id,

    p_report_column-online "workbook."

    p_filter_value =>: P4_WORKBOOK,

    p_operator_abbr-online "EQ."

    p_report_id-online v_base_report_id

    );

    END IF;

    END IF;

    Kind regards

    Sushant

    The above given code a result of disparities:

    • You cannot use the substitution column Viz #DIFFERENT_USERS string # directly in the PLSQL code, you need to put an item on page 6 and then use this value to point to your logic PLSQL.
    • The APEX_IR. Procedure done ADD_FILTER references: APP_PAGE_ID. Since you wrote the code above on page 6, in this case APP_PAGE_ID will be 6 and above code will try to set up the filter IR on page 6 so that your IR is on page 4. If you wrote the code above on page 4, in this case APP_PAGE_ID will be 4 and above of the code still doesn't work because of the condition if know: APP_PAGE_ID = 6. Even if you wrote the code above in the application process, still it will not work until the APP_PAGE_ID value will change when a page is passed to another page.
    • You are referring to the session state from P4_WORKBOOK, are you sure the session state from P4_WORKBOOK contains the appropriate value, before running the PLSQL code given above (considering you wrote above of the code is written on page 6)
    • Is 'Workbook' column name in IR where you want to set the filter? You must use the name of column instead of the column label.
    • Finally, are the variables v_region_id and v_base_report_id organize the legitimate values of IR whose filter you want to set?

    Reference: APEX_IR. ADD_FILTER

    Having a basic knowledge of javascript is essential for a Web Developer. You could start here: Tutorial JavaScript

    I hope this helps!

    Kind regards

    Kiran

  • Navigate from one page to another programmatically

    Hello

    12.1.3 Jdev

    I want to navigate from one page to another on a button click.

    I used the below code 2 and both works fine. I wanted to know what the difference is in the present and what is the best practice.

    #1

            FacesContext context = FacesContext.getCurrentInstance();
            Application app = context.getApplication();
            NavigationHandler handler = app.getNavigationHandler();
            handler.handleNavigation(context, null, "goHome");
    

    #2

            String loginUrl = "/adfAuthentication?success_url=/faces/home.jsf";
            FacesContext ctx = FacesContext.getCurrentInstance();
            HttpServletRequest request = (HttpServletRequest) ctx.getExternalContext().getRequest();
            HttpServletResponse response = (HttpServletResponse) ctx.getExternalContext().getResponse();
            RequestDispatcher dispatcher = request.getRequestDispatcher(loginUrl);
            try {
                dispatcher.forward(request, response);
            } catch (ServletException se) {
                reportUnexpectedLoginError("ServletException", se);
            } catch (IOException ie) {
                reportUnexpectedLoginError("IOException", ie);
            }
            ctx.responseComplete();
    

    See you soon

    AJ

    You can use the actionListener to the button for the action before the navigation and the action itself do navigation.

    Timo

  • Contact ID from a landing page to another

    I am trying to build a variant on a several page form and has difficulties in addition to the elqcontactid of a landing page to another.  Here's the context:

    I want to send an email to the contacts in an education campaign that encourages users to visit one of a number of "cost calculators" written in Javascript and positioned on the Eloqua landing pages hosted.

    The link in my outgoing email takes the contact to landing page 1 that does two things.  The visitor is presented with a progressive form of profiling (or contact search where the elqcontactid is not found) to the door to keep the calculator tools that are on pages 2, 3, or 4 landing. Secondly, the form contains a field lookup that is used to control the page landing (2,3 or 4) to which the user is redirected in a conditional processing time.  Data from the tool of savings on the second page visited needs to write to a CDO linked to the contact record.


    So the question is how I pass the elqcontactid (or possibly recipient id) on pages 2, 3 or 4 so that the shape on this second page data be correctly matched? Or is there a better way?

    Your help would be very appreciated!

    Hi Allan,

    Several ways to do so.

    1 contact ID / recipient ID and add it to the URL of the page on page 1 of destination as cid = based on database search scripts, the same do the same on page 2, 3 and 4 to get the same data up on the last page... or

    2. create a hidden field, fill in the value of the cid with the look of data script, make this hidden, it will get submitted on page 1, also do the same on page 2, 3 and 4. You can search the value in each stage of processing for each page before running it (making it conditional)

    I hope this helps. (I choose option 2)

    Thank you

    Amit

  • How nagivate values from one page to another page as well assured in different modules like po and pon

    How nagivate values from one page to another page as well assured in different modules like po and pon?

    I tried using the session values, hashmap, and Transaction. But none worked.

    Please help me on this.

    Dilip thanks.

    My problem is solved.

    I solved the issue.using the main concepts of java.

    By importing a package into other package and then instantiate the required class.

    Kind regards

    2793235.

  • Include XSQL page within another page

    Hello world!

    I try to include an XSQL page within another page. It seems that the page .jsf filter does not support this feature. So, I've included my page .xsql within a .jspx page that works fine on my built-in server. The problem shows up again when the application is deployed on a stand-alone Weblogic Server. I get a "XML-25013: XSQL Page URI has the value null;" "check the exact case of the name of the file." error.

    My question is, how do include you a page within another page .jsf or .jspx .xsql? I tried to use the tag "af:declarativeComponent" and "jsp: include ' tag but in vain."

    I use Jdeveloper 12.1.3 and a stand-alone 12.1.3 Weblogic Server.

    See you soon,.

    Kristjan

    I solved my problem

    Two tips helped me with my quest. The first came from this question unanswered ( https://community.oracle.com/thread/347827?start=0&tstart=0 ) and the other came from this ( https://docs.oracle.com/cd/E13222_01/wls/docs100/issues/known_resolved.html ) solved the problems of Weblogic, specifically the number of request to change CR299135. The problem, apparently, is with the .war file and the XSQL servlet way seeks the path of the file.

    By setting the parameter weblogic.xml indeed, the path can be resolved properly even in one archive .war and the XML-25013 error goes.

    After reviewing the deployment of the application on my integrated weblogic server, I noticed that the app has not been actually archived in a .war file. She was only the directory structure that imitated the .war file deployment. This is probably the reason why the app worked there.

    Thanks for all the help kdario and dvohra21,

    See you soon

  • Why do I get a minimal movement of my design from one page to another?

    I copied the content from one page to another and then changed some text - when I saw I find design moves a few mm of one page to the other - the design is minimal, so it is really obvious. Thank you

    It's ok - it worked

  • When I copy something from one page to another, it seems to change text color or background, that I do not understand why he never used to do.

    When I copy something from one page to another, it seems to change text color or background, that I do not understand why he never used to do.

    Whether it's text or only a shape it changes its color to something else when I copy and paste on.

    Do you mean 'page' or 'site '?

    If you copy something from another site, the reason may be, to have different, but all also named colours on each site.

    It would be normal and causes the noticed effect.

  • is it possible to import a page from another site?

    Hello! It is probabably the first of many questions coming. I'm learning on the fly...

    How to reset a page back to the original or import a page from another site (being the site of duplicate).

    Looks like an obvious thing to do without changing the entire site. properties of the page reset did not help.

    Thank you!

    import of a page is not possible, but what you can do is.

    1, open the two files of muse

    2. on your template file, go to the page that you want to reset.

    3. in the Edit menu-> select all (or ctrl + a youâ case in re using Windows)

    4. navigate to another site where you want to reset the page.

    5. create a new page or remove content on an existing one.

    6. yet once in Edit-> stick it in place.

    This should do what is necessary. I would like to know if it works or not.

  • I wish I could drag and drop items from one page to another of the window of the plan. Is this possible?

    In desiging my site, I want to be able to move items from one page to another by drag-and - drop from the flat screen of architecture. It would also help if the window could have a zoom in and out function to facilitate this.

    I just tried to zoom in the map window and discovered that it works.

  • Copy layers or pieces of a layer from one page to another, without masters?

    How can I copy layers or pieces of one page to another? I created a master and I want to create a second master who uses much of the same configuration, but I need to go to enter a photo in the background. However, the only quick way to get menus and headers of the first master in the second master is actually the master award, but then I can't move the picture on the back at all. Is there a way I can copy these menus and such in a new master without having that him attributed to the first master?

    In your site map, right click on the mask that you want to use as a second master and choose 'double page'. This will create a new master with all elements of the first master, but can be edited separately from the first menu.

    If I understand what you were trying to do this should work for you.

Maybe you are looking for

  • I think that I just had to update Firefox, and was not able to cancel and now the tabs and search for address/bar one too small.

    I had a problem and had to close Firefox. When I opened it upward, it updated automatically and it went too fast, so I had no time to cancel it. Now the tabs, address/search bar and toolbar bookmarks bar are much smaller. Is it possible to change the

  • Is recovery DVDs the only disc with Satellite A200-1CR

    I wonder if I had all the discs with my laptop Satellite A200-1CR, because I can't make heads or tails of the files on the recovery DVDs. Where are all the programs that I should get with the computer., and I had everything installed from the beginni

  • How to download the older version

    Sorry, developers, I do not like the new look of Firefox. It's too complicated to find something in it. How can I download an older version of Firefox? I was smart enough to not upgrade one at work, and it works very well for me.Thank you.

  • H5Q 16AA # ABA: Hard Drive optimized failed DST Check

    I'm trying to help my mother with her computer.I did a scan on his hard drives and the optimized hard drvie dst check failed. Failure ID is OGFB6C-000836-9XJ2XA-615903. Can someone tell me where I go from here? Do I have to get a new hard drive, ect?

  • Fingerpad of HP G72 lock/unlock

    I tried everything, but I can't seem to find how lock/unlock the pad of the finger. I'm in College and when I type, the Palm of my hand touches the fingerpad and the cursor will move to another part of my book and it is too difficult to type on my la