Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/01/2002, 13:38
ccastillo
 
Fecha de Ingreso: enero-2002
Mensajes: 97
Antigüedad: 23 años, 3 meses
Puntos: 0
Ver Codigo Validacion

HAGO ESTOY ME ALEGA POR EL RETURN ALGUIEN ME PUEDE AYUDAR

<form method="post" action="prue.asp" id="form1" name="form1" LANGUAGE=javascript onsubmit="return valida(this)" >

<SCRIPT LANGUAGE=vbscript>
<!--
function valida(theform)
if not isdate(theform.aux.value) then
msgbox("Ingrese una fecha Valida")
theform.aux.focus()
valida(false)
else

end if
end function
-->
</SCRIPT>