Date Validation

N

Nick Degidio

Hi All,

I'm sure this has been discussed, so my apoligies in advance for my
ignorance.

I've just started using from page and want to use FP's form validation. I
don't see date validation (need to validate proper format and that it is in
the future). What would be the best approch? JS, VB script, or am I missing
something in FP (I'm using FP 2003).

thanks,

-nick
 
T

Thomas A. Rowe

Custom written JavaScript or VBScript in the background on the server.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
G

Guest

Hi,
You can write JS/VBS custom function for date validation in a Custom
Validator Control (ASP.NET)
You can use regular expressions for checking date format.

This is for client-side validation, similarly you use the same logic for
Server Side validation in Server_Validate event of custom Validator Control

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top