function chkValue() { if (document.form1.procedimiento.value!="") { alert('entro'); } }
<body onFocus="chkValue()">