How can I make this sentence so that when I click delete, it will pop up [Confirm deletion? 】
Fllllll
Fllllll 2018-03-08 20:09:07
0
1
1224

echo '<td class="td_bg"><a href="all_parts_delete.php?id=' . $row['id'] . '" onclick="return confirm("Are you sure you want to delete it? ?") >Delete</a></td>';


Fllllll
Fllllll

reply all(1)
威尼斯

echo '<td class="td_bg"><a href="all_parts_delete.php?id=' . $row['id'] . '" onclick="if(confirm(\'Confirm you want Delete?\')==false)return false;" >Delete</a></td>';

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template