Form Validation (JS 1.0 based)
Ease and speed form data entry for user:
- prompt user
- immediately check entered data
- cross-check data against other fields
- final check of complete form
- check on client side, so faster than CGI, no latency
- use JS 1.0, so compatible with NN 2, 3, and 4