I want to refresh my page after clicking a button that is in a popup. This is the popup page form.
<form method="POST" action="_cal.php" >
<input type=submit value=Fechar onclick=window.close()>
</form>
When I click on the close of the popup, I want to update my "_cal.php" page.