1
I want to refresh my page (refresh), after clicking a button that is in a popup. This is the form of the popup page.
<form method="POST" action="_cal.php" >
<input type=submit value=Fechar onclick=window.close()>
</form>
When you click on the close of the popup, I want to update my "_cal.php page".
This popup opens on the _cal.php page ?
– thiagobarradas
No, it’s opened by other popup.
– akm