Window Browser JavaScript DHTML



confirm dialog

function clearTable() {
    if (confirm("Are you sure you want to empty the table?")) {
        alert("Emptying the table...")
    }
}