Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
It is not clear to me if your reference to a "popup" is a new window or a dialog.
If it is a new window you simple call the following when the new window unloads.
window.opener.location.reload();
If it is a dialog you just call the following when the dialog is dismissed:
window.reload()
If it is a new window you simple call the following when the new window unloads.
window.opener.location.reload();
If it is a dialog you just call the following when the dialog is dismissed:
window.reload()