 

function submit_enter(this_form){
 
 if( this_form.password.value.length==0 ) alert("Вы не ввели 'Пароль'");
 else this_form.submit();

} 
