Confirm box is more useful to confirm the user action like while deleting data, we can easily set confirm box to a link with onclick attribute and little JavaScript. Look at the following example,i am sure you will easily get it to your projects . <a href="something.html" onclick="return confirm(‘Are you Sure you want to do [...]
