function asignar(){ var tuno = document.getElementById('t1').value; document.getElementById('t2').value = tuno; }