if (document.getElementById('password').value.length <6) { e.preventDefault(); //전송버튼 누를때 입력한 비번이 6자 미만이면 알림띄우기 alert('6자 미만이에요'); }