|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: VB Script and Form Validation |
From: |
Tim |
Date: |
11/24/1999 8:00:04 AM |
IP: |
207.51.162.13 |
Why not just let them post the date in either format then let VBScript take care of the date. After a date is posted check it with the IsDate() function and then redirect if its not valid.
If IsDate(YourDate) = False Then
redirect back to your form
End If
continue with a valid date
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|