function Login() { if (document.Formulaire.Login_Bernay.value.length >0 && document.Formulaire.MDP_Bernay.value.length >0) document.Formulaire.submit(); } function CheckKey() { if ((window.event.keyCode)==13) Login(); } document.write("