> I used a javascript, checkComment, to validate the inputs.
> I'd like to know if there is a substitute for the javascript in
> embperl.
>
Embperl is a server side tool, so you cannot validate/cancel the input
before you send it to the server. After the data is submitted to the server,
the server
Gerald wrote:
>What do you mean by "cancel submission". Can you describe more detailed what
>should happen?
For example i have a form like this
http://www.greendomino.com/cgi-bin/FormMail.pl" method="post" onSubmit="
return checkComment(this); // stop submission if false
">
.. some input
I used
>
> I need your help. I want to know to
> cancel the submission of a form in embperl
> if one of its input is empty.
> Thanks.
>
What do you mean by "cancel submission". Can you describe more detailed what
should happen?
Gerald
-
Geral