Ver Mensaje Individual
  #5 (permalink)  
Antiguo 07/08/2004, 11:01
Avatar de skatomundo
skatomundo
 
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>

<% ..