How to refresh parent page after closing popup window in jQUERY? [duplicate]

try
window.location.reload().

You can put it on the button to close the child window as onclick="window.location.reload();return(false)"

Leave a Comment