inline confirm javascript and redirect to url code example
Example 1: a href confirm javascript
<a href="delete.php?id=22" onclick="return confirm('Are you sure?')">Link</a>
Example 2: js go to page
window.location.href = "http://example.com/new_url";