function Check() { if(document.getElementById('username').value==""){ alert("Error"); return false; }else{ alert("No Error"); return true; } }