This depends on what you want to do. If you want to verify data in a form
before it gets submitted...say a user enters an incorrect e-mail address,
and you want to prompt him for a proper one before submitting, then I
would use a cgi script that works like so:
(this is how I have done it in the p
Sounds like you want client-side PerlScript. As far as I know that is only
available for IE under Windows.
I guess the simplest method would be to submit the FORM to the validation
script via CGI and have that script either return an error or use a redirection
header to forward the request on