
09/01/2002, 13:38
|
| | 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> |