function num(){ cp=document.forms[0].Edcodigo_p if(isNaN(cp.value) || cp.value==""){ alert("Igrese valores") cp.focus(); cp.value=""; return; } }