Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/06/2002, 10:36
chelys
 
Fecha de Ingreso: junio-2002
Mensajes: 18
Antigüedad: 22 años, 11 meses
Puntos: 0
Re: una función para validar una fecha

hola no me funciono te escribo la función para ver si me puedes ayudar asi lo hice<script LANGUAGE="VBScript">

sub funcion1()

Dim Formu
Set Formu = Document.formulario
If IsNumeric(Formu.text3.Value) Then
alert "NO PUEDE INTRODUCIR NUMEROS"
Formu.text3.Value = ""
Formu.text3.focus()
end if
end sub
</script>