Form Validator

<< Name
<< Address
<< Age
<< Zip


This is a JavaScript Form validator. When you submit the form, it validates the data you entered in the various fields.

You are allowed to enter only alphabetical characters in the "Name" field. You can enter only numerical data in the "Age" and "Zip" fields.

You can also choose which fields are "required" by the user to be filled.
© 2002 Premshree Pillai. All rights reserved.