
11/07/2002, 14:23
|
 | | | Fecha de Ingreso: mayo-2001 Ubicación: Frente al Monitor :þ
Mensajes: 995
Antigüedad: 24 años Puntos: 0 | |
Re: validaciones de fecha yo para ayudarme con las fechas uso ...
<SCRIPT LANGUAGE="VBScript">
<!--
Function Validate()
Validate = True
If NOT (Isdate (Document.form.txtbox.Value)) Then
MSGBOX "FECHA NO VALIDA", 16, "FECHA"
Validate = False
Document.form.txtboc.focus
Exit Function
End IF
End Function
Sub cmdValidar_Onclick()
If Validate Then
form.Submit
End if
End Sub
-->
</SCRIPT> cmdValidar vendria siendo el nombre del bonton ke hace el submit, pero tambien puede aplicar onblur o alguna otra que te convenga
<div align=right><embed src="http://www.jesusdaniel.venezuela.com/jd.swf" height=25 width=200 wmode="transparent"></embed><br>Usuario # 3359 en los foros</div> |