Answers for "how to make a confirm delete"

CSS
2

confirm on delete

<a href="url_to_delete" onclick="return confirm('Are you sure you want to delete this item?');">Delete</a>
Posted by: Guest on February-08-2021

Code answers related to "how to make a confirm delete"

Browse Popular Code Answers by Language