JavaScript validation can help tremendously. Just don't rely on it.
The reason being that folks can turn off JavaScript in their browsers. This will allow the form to be posted without the JavaScript validation.
Hence you'll still need to do some field validation as the cgi script accepts the data.
Claude
Comment on Re: Re: Re: Form to let web user input their own data to another page