Window Browser JavaScript DHTML



A Simple Page

var response = confirm("OK or Cancel.");
if ( response == true ){
    alert("A fine choice!");
}else{
    alert("Are you sure?  JavaScript is fun!");
}