I have a function that loads a page and add a new user.
I want to show an alert(); and redirect/load a different function to change the url.
I have used
<meta http-equiv="refresh" content="0;page.php"></meta>
<script>
alert("Pergunta eliminada com sucesso juntamente com as respostas!");
</script
Thank you!