
09/01/2002, 13:45
|
| | Fecha de Ingreso: enero-2002
Mensajes: 97
Antigüedad: 23 años, 3 meses Puntos: 0 | |
Re: ccastillo no me permite el return
<SCRIPT LANGUAGE=vbscript>
<!--
function valida(theform)
if not isdate(theform.aux.text) then
msgbox("Ingrese una fecha Valida")
theform.aux.focus()
return(false)
else
return(true)
end if
end function
-->
</SCRIPT>
<form method="post" action="prue.asp" id="form1" name="form1" onsubmit="return valida(this)" > |