I have a html page with a button pop-up. If I click on this button a new window Pops-up, I do all of my changes in this window and then click the close button. The html page
yes.
//reload opener... window.opener.location.reload(); //close self... window.close();
<script>function reload(){document.location = document.location}</script>
<body onunload="opener.location.reload(true);">