I would like to remove the header of my JavaScrip popup, but I don't know how I can and where I am making the code.
This is my code:
<a href="javascript:;" onclick="if(confirm('voulez-vous vraiment supprimer cette station?')) window.location.href='Supprimer_Station.php?id_sta=<?php echo $valeur['ssiphone_idstation']; ?>&act=supprimer'; ">
thanks for your help
source share