This blog will help you in web designing & development like HTML,CSS, HTML5,JAVASCRIPT,PHP,MySQL
<script type="text/javascript">
function ConfirmDelete() {
if (confirm("Delete Account?"))
location.href='linktoaccountdeletion';
}
</script> echo '<input type="button" onclick="ConfirmDelete()" value="DELETE ACCOUNT">';
No comments:
Post a Comment