on click a link make js confirmation then visit code example
Example: a href confirm javascript
<a href="delete.php?id=22" onclick="return confirm('Are you sure?')">Link</a>
<a href="delete.php?id=22" onclick="return confirm('Are you sure?')">Link</a>