function DelAnunt(id) { var sterge = confirm("Siguri doriti sa stergeti acest anunt?"); if (sterge == true) { window.location="http://www.biloi.ro/biloi/sterge_anunt.php?anuntid="+id+""; } }