<script LANGUAGE="JavaScript">
<!--
function confirmPost()
{
var agree=confirm("Are you sure you want to delete?");
if (agree)
return true ;
else
return false ;
}
// -->
</script>
<form method = "post" action = "cleartables.php">
<input type ="submit" value="Delete" onClick="return confirmPost()" />