| function vgFj_Ingresar() | |
| { | |
| if (document.f1.txtCC.value == '') | |
| { | |
| alert("Debe ingresar el Login"); | |
| return; | |
| } | |
| if (document.f1.txtPW.value == '') | |
| { | |
| alert("Debe ingresar el Password"); | |
| return; | |
| } | |
| document.f1.submit(); | |
| } |
Ingeniero, programador y analista, estudioso de los sistemas complejos y de el uso de tecnologías electrónicas, redes y de la información para aumentar los indicadores de cualquier tipo de entidad. Sigue mi cuenta en twitter @charlygarcia120
| function vgFj_Ingresar() | |
| { | |
| if (document.f1.txtCC.value == '') | |
| { | |
| alert("Debe ingresar el Login"); | |
| return; | |
| } | |
| if (document.f1.txtPW.value == '') | |
| { | |
| alert("Debe ingresar el Password"); | |
| return; | |
| } | |
| document.f1.submit(); | |
| } |