Form Validation Question

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

The validation provided by Front Page is nice, but I want
to expand on the validations I have already set by not
allowing a user to put a future date in a certain field
that I have validated as follows:

I have required that a particular field be a date
mm/dd/yyyy by telling front page to require 10 digits,
text only (digits and slashes /). Can't figure out how
to tell the program to not allow future dates. Any
suggestions???
 
You can't do this with FP validation. You would have to manually write all
of the JavaScript Validation script, not just the part you want to add or
expand. To do this requires that you know JavaScript.

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top