javascript to refresh page
807049Dec 20 2010 — edited Feb 17 2011Hi.
I have a popup which displays a page region inside a jquery dialog box.
When i close the dialog box down i want to refresh the page.
Any ideas how i refresh the page?
This is how i implemented the dialog box by the way
[http://shijesh.wordpress.com/2010/04/10/jquery-modal-form-in-apex-4/]
The javascript that closes the dialog box down is: -
function closeForm()
30 {
31 $('#ModalForm input[type="text"]').val('');
32 $('#ModalForm').dialog('close');
*#THIS IS WHERE I WOULD WANT TO REFRESH THE APEX PAGE#*
33 }
Edited by: user3084063 on Dec 20, 2010 9:21 AM