print < function CheckForEmptyTextbox() { if(document.getElementById("name").value=="") { alert ("Emtpy"); return false; } return true; } // end function CheckNameBox