I have a link that I want when the user clicks on it a confirm pop-up to appear.
But it’s not working.
Can you please help me?
echo '
</td><td width="15%" bgcolor="'.$bg_color.'" align="center" class="update"><div class="update">
<a href="index.php?autoid='. $autoid .'" class="update" OnClick= "return confirm("do you really want to delete")">DELETE</a></div></td></tr>';