onClick Javascript Confirm Dialog Sample Code

How to popup a confirm dialog before deleting something?

How to create a confirm dialog to confirm the deletion. 

 <a href="url_to_delete" onclick="return confirm('Are you sure you want to delete this item?');">Delete</a>