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