- Code: Select all
<?php
Print "<td><a href='full_delete.php?id=".$info['id']."&article_name=".$info['name']."&table_name=$table_name' onClick='confirm('Are you sure you want to delete?');'><img src='../images/deletebutton.png' id='delbtn' /></a></td>";
On clicking the link, it just redirecting without the confirmation msg box.
I dont have issue in deleting, the confirmation msg box not prompting.
Please someone try to solve my simple question..


