Help for this page

Select Code to Download


  1. or download this
    function checkform (form) {
        if (form.report.value == "") {
          alert("You need to enter a filename!");
    ...
        }
        return true;
    }