if confirm js , use the href given in the html 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>