function mysubmit() { document.getElementsByName('LOGIN').value = document.getElementsByName('MAIL').value; }
<form onsubmit="mysubmit()" ... >