Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/06/2002, 15:46
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 4 meses
Puntos: 535
Re: validar el ingreso de un dato numerico

por que lo estás haciendo al revez!


If isnumeric(trim(request.form("TxtIntentos&quot ;)) then
response.write "Es numérico!"
else
%>
<script
language="VBScript">
<!--
msgbox "Debe Ingresar un numero",0,"Control de Datos"
-->
</script><%
FlagGrabacion = 0
End If