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

Gangadhar Ravi
Giga Sage
Giga Sage

Hi Randeep,


                          Use response.sendRedirect(yourURL); method in processing script of your UI page   to redirect it to whatever page you want.



Thanks,


Sai.


Kalaiarasan Pus
Giga Sage

Destroy the window and you will be back to your main page.



http://wiki.servicenow.com/index.php?title=GlideDialogWindow_API_Reference#destroy.28.29


randeepnath
Mega Contributor

Hi Kalaiarasan,



I want to refresh the main page, after destroying the window. Any options ?


Save the form or refresh?



for save, use g_form.save()