Input box format

R

rml

I have an input box that I would like to only accept a date format ##/##/##
How can I do this.

Thanks.
 
J

Jens Peter Karlsen [FP-MVP]

You can use JavaScript to Validate the input onsubmit of the form.
Do a search for "JavaScript Validation" on Google.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Top