Tema: ccastillo
Ver Mensaje Individual
  #5 (permalink)  
Antiguo 09/01/2002, 13:45
ccastillo
 
Fecha de Ingreso: enero-2002
Mensajes: 97
Antigüedad: 22 años, 5 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)" >