Confirm Alert Box For File Delete

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Java Script</title>
</head>

<body>
<h1>File Operations</h1>
<script>
function deletefile()
{
    chr=confirm("Are You Sure You Want To Delete File ");
    if(chr==1)
    {
        alert("File Deleted Successfully.");
          //document.write("File Deleted Successfully!!!!");
    }
   
    else
    {   
        alert("File Not Deleted Successfully.");
          //document.write("File Not Deleted");
    }
}
   
</script>
<button type="button" onclick="deletefile()">File Delete</button>
</body>
</html>
Previous
Next Post »

ConversionConversion EmoticonEmoticon

:)
:(
=(
^_^
:D
=D
=)D
|o|
@@,
;)
:-bd
:-d
:p
:ng