How to redirect to the parent page from the dialogwindow

randeepnath
Mega Contributor

How to redirect to the parent window from the dialog window.. Any idea on this ?

Thanks in advance

1 ACCEPTED SOLUTION

location.reload(); should work I think


View solution in original post

38 REPLIES 38

randeepnath
Mega Contributor

hi Ashutosh,



Its to form


function processCancel(){


    GlideDialogWindow.get().destroy(); //Close the dialog window


    reloadWindow(window); //Refresh the form


}



try using this ....it worked for me.........


randeepnath
Mega Contributor

This is the same code that I also used - but this is redirecting to list not to the form...


Hi All



Otherwise Can I refresh or reload only Notes section in Incident form screen through any code ?


I mean partial page reload / refresh..


hi,



I have just again Written Code   and made UI Page.


This is working fine for me.....can you show me your html and CLient script on UI Page i will quickly provide you a solution