
07/08/2004, 11:01
|
 | | | Fecha de Ingreso: junio-2002 Ubicación: Santiago - CL
Mensajes: 2.532
Antigüedad: 22 años, 8 meses Puntos: 125 | |
if registro.BOF = true AND registro.EOF = true then
%>
<script language="javascript">
alert('Usuario NO Registrado');
window.document.nombreformulario.nombrecajatexto.v alue = "";
document.nombreformulario.nombrecajatexto.value = "";
</script>
<% .. |