Código:
unction sololetras(forma){
var tecla2=window.event.KeyCode;
if (tecla2 >90 || tecla2 <65 )
{
window.event.KeyCode=0;
}
}

