function validar(e) { tecla=(document.all) ? e.keyCode : e.which; if (tecla == 13){ alert(tecla); } }