This page is the test page for all of the validation functions in the "ctValidateXXXXXXXX.js" family of validation files. If any changes are made to the functions in any of the validation files, those changes must be tested by running this test page since, typically, the program code of one validation function relies on (and also affects) other validation functions.
All JavaScript files in the family of validation files are to be included in the "head" portion of this page's program code. The "body" portion of this page's code contains the various test conditions used to test each validation function.
All validation test conditions are developed to return a value of "true". Therefore, using this test page to verify all changes to validation functions consists of the following steps:
When making changes to validation functions, note the use of the "EmptyOK" variables. (See comments in the files ctValidateCommon.js, ctValidateNumber.js, etc.).