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

Public instance would be better and its always good to, not share your personal instance credentials.



Else create a user account and share the credentials for that. You can deactivate the account later.


PErfect


randeepnath
Mega Contributor

Hi Kalisaran and Ashutosh,



Thanks for your help. At last it worked for me I used - location.reload(true);


Community Alums
Not applicable

Hi Randeep, The location is a JS parameter. I guess you use it on Client script, right?