quick confirmation window for webapp link php code example
Example: quick confirmation window for webapp link php
<a href="url_to_delete" onclick="return confirm('Are you sure you want to delete this item?');">Delete</a>
<a href="url_to_delete" onclick="return confirm('Are you sure you want to delete this item?');">Delete</a>