Search This Blog

Friday 23 January 2015

Confirmation Dialog Using JavaScript.

<a href="?del=<?php echo $row['id']; ?>" onclick="javascript:return confirm('Are you sure that you want to delete this record??');">Delete </a>

No comments:

Post a Comment