JavaScript to refresh the page

Hello.

I have a popup that displays a page inside of a jquery dialog box.
When I close the dialog I want to refresh the page.

Any ideas how I refresh the page?

Here's how I implemented the dialog box in the way
[http://shijesh.wordpress.com/2010/04/10/jquery-modal-form-in-apex-4/]

The javascript code that closes the dialog box is: -.
function closeForm()
{30
31 $('#ModalForm_input[type="text"]').val ('');
32 $('#ModalForm').dialog ('close');
*#THIS IS WHERE I WANT TO REFRESH THE PAGE APEX #*.
33}

Published by: user3084063 on December 20, 2010 09:21

Hello

As much as I know jQuery modal window is not a window - it's a flutter * < div > * tag.
That's probably why all you need is

 apex.submit("YOUR_REQUEST_HERE");

Kind regards
Lev

Published by: the on December 20, 2010 14:18

Tags: Database

Similar Questions

  • Generate dynamic elements without refreshing the page

    Hello

    I have a challenge to generate elements on a page dynamically without refreshing the page.

    I tried to do with AJAX, but do not have the elements on the page.

    I see that my process is called as I can warn the outcome of the appeal.

    Here is my code:

    I have a button calling the JavaScript function with AJAX call for the process:

    function f_OnDemand() {}

    get var = new htmldb_Get (null, $v ('pFlowId'), 'APPLICATION_PROCESS is NEW_FLOW', $v ('pFlowStepId'));

    invoke

    gReturn = get.get ();

    ajax reminder alert

    Alert (gReturn);

    }

    And here is the process that involves creating a few dynamic elements on a page:

    DECLARE

    Meter number;

    number of items;

    number of p_counter;

    BEGIN

    items: = TO_NUMBER(:P7_NUMBER);

    FOR counter IN LOOP 1. items

    p_counter: = counter + 1;

    HTP. P ("Item" |) APEX_ITEM. DISPLAY_AND_SAVE (p_idx = > counter, p_value = >, p_item_id = > counter). ': ');

    HTP. P ('Checkbox': counter |) ' ' || APEX_ITEM. CheckBox(p_idx => Counter, p_value => 'Test'));

    HTP. P(' ' || APEX_ITEM. SELECT_LIST (p_idx = > counter, p_value = > 'Y', p_list_values = > ' Yes;) Y, no.; N') || br / > ');

    HTP. P ("< br / > '");

    END LOOP;

    END;

    The question is - how can I make these elements of rendering on a page?

    I'm on Apex 4.2

    Thank you.

    The return would be inserted somewhere in the DOM of your page. So, regardless of the call ajax returns, must be added to a zone. Use jQuery for this. See this example:

    https://Apex.Oracle.com/pls/Apex/f?p=93000:803

    Denes Kubicek

  • Refresh the page column link onclick

    Hello

    I'm using version 5.0 of apex...

    Set up a report page in the apex with two columns of the link to validate and download... I have a single process Page on load before header, which validates the records in a table...

    When I click on the link to validate documents are validated, a log file will download automatically... After that the page should refresh... Is it possible to send the page through javascript in the PLSQL page or in javascript...

    I need to refresh the page after that validation is complete...

    Thank you

    Toddler

    Infantraj wrote:

    Hello

    I'm using version 5.0 of apex...

    Set up a report page in the apex with two columns of the link to validate and download... I have a process on Page load before header that validates records in a table...

    When I click on the link to validate documents are validated, a log file will download automatically... After that the page should refresh... Is it possible to send the page through javascript in the PLSQL page or in javascript...

    I need to refresh the page after that validation is complete...

    Thank you

    Toddler

    1. call the link java script function validate and transmit the application using APEX. Send

    function test() {}

    Apex. Submit ({request: "SUBMIT"});

    }

    2 assign this request to your process.

    modify your process-> status-> request = Expression1

    Expression1 = SUBMIT

    Better to create example on apex.oracle.com.

    Hope this helps you,

    Kind regards

    Jitendra

  • Refresh the page after the fires of fileDownloadActionListener

    Hello experts!

    I use jDeveloper 11.1.1.7.0

    I have a table in a fragment of page jsfff with a button to upload the files that are shown in this table. After downloading the files, I need update the table.

    Downloading files when the user presses the button (partialsubmit = false) I invoke another button hidden (partialsubmit = false) which has af:fileDownloadActionListener that performs the action. (This is because I am doing other activities before you download files)

    It works fine, but I need to refresh the page (among others) after downloading the files. How can I do this?

    I tried to update the table of

    -method fileDownloadActionListener

    -Method of hidden commandButton action

    -The partial trigger table button

    But I could not update the table with any of these

    How can I refresh the table after uploading the files?

    Yes.

    I'm looking at the source code for FileDownloadActionListener.processAction ().

    After invoking the method property, he calls FacesContext.responseComplete (); which ignores the render response phase.

    And so you can not rynefall page at all.

    An in-depth, that you can do, is to use af:poll, IE, activate the survey by clicking on the button visible (in javaScript)

    Here you can see how to start the survey by javaScript:

    GEBS | Oracle Fusion Middleware 11g ADF progress indicator

    (search handlePoll )

    In the pollListener, you can refresh the page AND also disable survey by itself (by calling setInterval(-1))

    After questioning to stop, you must refresh the survey component, with

    AdfFacesContext.getCurrentInstance (.addPartialTarget(...your_poll...whatever));

  • Can someone tell me if there is a way that I can put a webpage to load a new image whenever a visitor refreshes the page?

    I pray that I can find a way to do it without losing my mind/writing and troubleshooting of javascript. I would like to have three images per page main Department on the below website link, but I don't want to show them all at once. I want a new image is displayed whenever a visitor visits or refreshes the page. Does anyone have any idea if I can do this in Dreamweaver and how? Please help if you can.

    Here is the link: http://www.graphicmechanic.com/DEKALBCOUNTY/parks-and-recreation/index.html

    See the words in large print 'Parks and Recreation '. My goal is to have the next clown/face paint picture of him change, to something else, every time it loads. I would like to know if my explanation is confusing if you please.

    Please do a search on the Forum for 'random image '.

    You will find previous discussions of 200 +.

  • Change result of &amp; lt; cfinclude &amp; gt; without refreshing the page.

    Y at - it a simple way to change the result of a < cfinclude > without refreshing the page. I have a page that will display one of the many < cfinclude > based on which button is clicked. For our purposes here, assume that there are 6 buttons and 6 different < cfinclude >. "s. I think some sort of update panel ajax, but I do not know ajax, nor can I use ASP.Net.

    All what Adam said, with other examples of what I think of you
    try to do.

    You can include all your code each in an identifiable
    block as a element. Then, using JavaScript and DHTML
    effects you could hide and show the different divs based on the user
    interaction with account of controls such as buttons. This would work well
    If the content of all the divs is relatively small and static. If they
    are large and quite where all the download would indeed on
    load time or momentum so that the content displayed in each section must
    to be up-to-date at the time when a control is selected this option will be
    not work well.

    In this case, you must had a such kind of dynamic refresh
    AJAX or pipes. This adds a dimension to the aspects of DHTML
    your interface to make new requests from the server before the content of the
    the browser is updated.

    Before discussing more in detail and the how and why of each of these it
    would be useful to learn more about your needs accurate and comfort
    level with different technologies and techniques.

    As Adam concluded there are several ways to solve this type of problem.

  • Twitter: Your account may not perform this action. Please, refresh the page and try again.

    Since the update to Firefox 41.0.2 I couldn't use Twitter.com. When I try to tweet, favorite, or retweet the following error occurs. Your account may be able to perform this action. Please, refresh the page and try again. There are a couple of other users who have the same problem, but it was tinkered with Mozilla and the other pending.

    It started with the update to 41.0.2 and twitter works in all other browsers, but not Mozilla.

    Here's this other thread with the DIY: Impossible of Retweet, tweet or articles favorite on Twitter, even when I refresh the page.

    I think there must be a setting or a question Add on. Your extensions look pretty standard, so I'm leaning towards a parameter of the problem. You could test as follows:

    By default, Windows hides the .js extension. To make sure that the following steps work, you have to disable this feature, at least temporarily. This article has the steps: http://windows.microsoft.com/en-us/windows/show-hide-file-name-extensions

    Open the settings folder (AKA Firefox profile) current Firefox help

    • button "3-bar" menu > "?" button > troubleshooting information
    • (menu bar) Help > troubleshooting information
    • type or paste everything: in the address bar and press Enter

    In the first table of the page, click on the view file"" button. This should launch a new window that lists the various files and folders in Windows Explorer.

    Leave this window open, switch back to Firefox and output, either:

    • "3-bar" menu button > button "power".
    • (menu bar) File > Exit

    Pause while Firefox finishing its cleanup, then rename prefs.js to something like prefs.old.

    Launch Firefox back up again and it must use the default settings (for example, integrated home page). If you need to restore your previous session windows and tabs, go ahead and select restore previous Session from the history menu.

    Twitter works best? If so, we could try to understand the precise adjustment at fault or you could rebuild your settings. Or you can undo the change by renaming the new prefs.js to prefs.txt and rename prefs.old back to prefs.js (with Firefox closed, as you did before) and understand it through a little trial and error.

  • Netflix continues to become out of sync and I continue to have refresh the page

    I continue to have refresh the page then I watch netflix because it comes out of cynic.i have uninstalled and reinstalled silver lite.i contacted netflix about the problem.they say its Microsoft Works does not

    Original title: Netflix continues to become off synic

    Hello

    1. what operating system is installed on the computer?

    2. What is the exact error related to out of sync?

    3. were there any changes (hardware or software) to the computer before the show?

    Method 1: Run the troubleshooter, if Windows 7 is installed on the computer.

    Open the troubleshooting of Audio playback

    Method 2: To update the display drivers and check.

    Updated a hardware driver that is not working properly

    Update a hardware driver that is not working properly (Windows Vista)

    How to manage devices in Windows XP

    Hope this information helps.

  • When you play FarmVille, my computer crashes or I get a notice that "bits have been lost" and refresh the page... usually don't work and I have to start all over again.

    When you play FarmVille, my computer crashes or I get a notice that "bits have been lost" and refresh the page... usually don't work and I have to start all over again.

    I think that there is a prob with this game, it does not matter if you use firefox or IE. Or another browser. It blocks something. Or causes probs.

    FB needs to fix it. There are a lot of people (in a Google search), who are having probs. One way or the other

  • Refreshing the page creates a new record – how to avoid this?

    I have a 'submit' button that runs a 'record insertion.

    After insertion is made I branch (back) to this same page.

    The problem is that when I hit page refresh the folder gets reinserted.

    How to avoid this behavior?

    AZZ says:

    fac586,

    Yes. You are right. It was a late semi written post. My apologies. You must stop working after midnight.

    Let me clarify:

    I have a SUBMIT"" button.

    There are the conditional 'after send' (if the key) process.

    the process calls a function that inserts a new record in the table.

    Question:

    How can I avoid running the process on refreshing the page?

    I've simplified the situation - no record insertion. However, if you refresh the page the success of the function call message will be displayed.

    https://Apex.Oracle.com/pls/Apex/f?p=4000:1:126172565551184:no:RP:FB_FLOW_ID, F4000_P1_FLOW:21325, 21325

    user/pass help/help

    workspace - AZ_

    To reproduce:

    Click on the submit - observe green popup "OK!"

    Refresh the page (F5 or ctrl-R) - see 'OK!' again.

    No process is executed to see the page or page refresh. This can be confirmed by looking at track of debugging to see the processing page. The page contains no defined process to run at a show of page processing point; None of the calculations which could call a function that could not perform an insert as a side effect; None of the dynamic actions or calls JS could initiate an insertion using AJAX; Neither the source region contains any code that could do it. I'll draw the line search conditions that can contain deeply buried code which could be responsible and direct you to a previous thread of the same nature: success of process Message not tied to Conditions.

  • Dynamic action does not not on the first attempt to load page. Work after refreshing the page

    4.2.1

    Hello

    I have a page with a list of selection Order_id and a display _item Product_name.  There is action dynamic PL/SQL that fills the element displayed when the order_id is changed. The problem is that when I opened the page for the first time, if I change the select order_id list, nothing happens. But if I refresh the page once, and then it starts work and the display_item is filled.

    No idea what could be the problem?

    Thank you

    Ryan

    ryansun wrote:

    On a more serious note,.

    1 when you load the page for the first time and try selecting the order_id, nothing don't be past, try refreshing the page once and you will see the option to display with the null value. What I do is. I have two tables

    Orders

    1

    2

    3

    Products

    1A

    2B

    2 Z

    3 C

    When I select the command 1, then since there is only one line of products, the displayed item will indicate A populous. If I select 2, since there are two product lines, I should see the list box.

    Doesn't seem to work and I'm sure, I'm doing something wrong.

    Difficult to be certain that as it appears that someone has been editing the page before you start watching (rather than copy the page experience their own copy). Your article P1_PRODUCT_NAME_DISPLAY he a point value / Expression 1 column = Expression 2 condition P1_HIDE_SHOW = 1 condition on that? Or any other condition of rendering?

    These conditions do not match the dynamic actions. They are applied only during the page see the transformation when the page is displayed first; When it is linked to another page; or after a branch to him. They are not applied dynamically during the activity of the user on the page. In this case, that the status is set to false when the page is rendered first, the same element does not exist in the page sent to the browser. If you want these items to appear conditionally because of the interaction with another user control, then you must initially return the elements and control their visibility using hide/show the dynamic actions.

  • I bought a year of adobe cc today. When the screen came to tell me that he has been to process my payment, do not press the 'back' button or refresh the page such that it could take a few minutes. 7 hours ago. The cat to help told me it would take 24 hour

    I bought a year of adobe cc today. The screen came to tell me that he has been to process my payment, do not press the 'back' button or refresh the page, because this could take a few minutes. 7 hours ago. I contacted the Department of chat help and told me it would take 24 hours to process. Is this normal? Why the screen me "a few minutes" looks like if she's actually 24 hours? Does anyone else have this problem? I'm so tempted to just refresh the page and try my luck with my credit card, canceling a second payment if it happens. THIS could be faster.

    Hi stephanie palmer,.

    We would like to inform you that your order has been placed successfully and you can the course using the subscription.

    Please follow the link mentioned to install products below.

    Using creative cloud | Download, install, update or uninstall applications

    Kindly share the results once made.

    Thank you

    Atul Saini

  • Refresh the Page to the list item

    Apex 4.2

    I have buttons on several pages, which are used to refresh the pages.

    Each button has a dynamic action, which submits the page and displays the icon of treatment.

    I have the entire page because they contain more than one report of 120 Hz.

    At the top of each page is my menu.

    It's just a list that users the Enkitec plugin navigation bar.

    Is there a way to put an item in the list (on my menu) called Refresh.

    When the user clicks on this item in the list and the page refreshes, then display the icon of process.

    I know that I can put the DA on zero page, but do not know how to call the DA list

    See you soon

    Gus

    Hello Gus,

    Take a look at this (quite old) url-> http://blog.whitehorses.nl/2009/10/13/progress-dialog-in-oracle-apex/

    You will find a solution.

    Kind regards

    Kees Vlek

    -----

    Company: http://www.orcado.nl

    Blog: http://www.orcado.nl/blog/blogger/listings/69-kvlek

    Twitter: http://www.twitter.com/skier66

    + If the answer to question please change replied and mark the appropriate post as correct / helpful. +

  • Restart an animation without refreshing the page HTML

    I am looking for a way to reload animation on demand, but without refreshing the page HTML (which is no JS window.location.reload () method, say with a simple click of a button. Direct application would be a button to restart the game.

    It's probably something that could be useful to many people.

    Once the composition is ready to use, why would you want to reload the entire composition again.

    An example for the game:

    When you click on the play button, you load the composition once. Playback of the animation until the end.

    Then you can set the visibility of the animation in 'hidden' using the script. And show a button "Restart" instead.

    In the handler for the button click "restart", set the visibility back to 'visible' and read the animation again.

    HTH,

    Vivekuma

  • Refresh the page with a commandLink jspx

    Hi all!

    I use JDeveloper 11.1.5.0.

    So I have a jspx with a commandLink on that page. After deployment, I refresh the page in a browser with F5. But if I click on the commandLink and then I try to refresh the page with F5, I get a message from browser (Google Chrome): "the page you're looking for uses the information that you entered. Return to this page could cause any action you took to be repeated. Would continue you? ». On the message form, I can press "Continue" button and the page will be refreshed, or press a button 'Cancel', and nothing will happen. The same situation is in Mozilla Firefox.
    Could you expain to me, what is the reason for this behavior, and what I have to do to update the page with F5 with no message after clicking on the link.

    Evgeny Michuk

    JSF links are working through a concept called "publication" the message that your browser shows you is here because you are re-view data by refreshing the page - it's a standard thing.

    As suggested - do not use F5.

    John

Maybe you are looking for

  • Satellite P300 - where to find Toshiba tools?

    Hi guys I just deleted my Satellite P300 Vista Windows and installed a retail version of Windows 7 32 bit. My question is now that I've lost the Toshiba Software on my laptop as the cd writer software and the software of web cam and the toshiba Tempr

  • 15 - r078tu: my touch pad becomes warm and then my laptop freeze immediately.

    When I use my laptop more than 2-3 hours during a floor or touchpad hard surface becomes hot or is not working properly, I used 5months notebook and latest touchpad drivers. But when I use my cell phone as playing games or watching movies with an ext

  • iPhone 4S using iOS 9.2 only sounds after hard reboot every 6 hours

    After the purchase and implementation of iPad Pro my iPhone 4S stopped ringing, or calls incoming record.  Calls went straight to voicemail.  I upgraded to iOS 9.2, tried every suggested idea (disable Bluetooth, switch to airplane Market mode, reset

  • Close-up Lens

    Specifications for Canon 500 d 58mm close lens, the 70-300 mm 1:4-5, 6 IS USM is not included the 4-5.6 lens is listed. I don't see why it does not work on my lens. Maybe better than the 70-300 on the list? Thanks for the research.

  • BlackBerry 9550 smartphones - cannot load the operating system and a re-boot loop

    Sorry if this is going to be a long post. I've been running OS 428 and a hybrid (428 based) since it was leaked without a hitch. 2 weeks ago, my 9550 rebooted on its own with a JVM ERROR 534 (I think it's the code because the screen just turned white