Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/01/2002, 14:15
Avatar de urjose
urjose
 
Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 23 años, 3 meses
Puntos: 1
Re: Ver Codigo Validacion

<html>
<head>
<script language="vbscript">

Sub button_onclick()

if (not (isdate(form1.textfield.value))) then
msgbox ("Ingrese una fecha valida")
form1.textfield.focus()

else
form1.submit()

End if

End Sub


</script>

</head>

<body bgcolor="#FFFFFF" text="#000000">
<form name="form1" method="post" action="">
<input type="text" name="textfield">
<input type="button" name="button" value="button">
</form>

</body>
</html>

<embed src="http://www.autocar.com.mx/images/logo.swf" type="application/x-shockwave-flash" width="468" height="60" play="true" wmode="transparent" menu="false" loop="true">