Re: [Perl-unix-users] Another Question

2001-10-02 Thread jessica tishmack
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

Re: [Perl-unix-users] Another Question

2001-09-29 Thread Simon Oliver
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

[Perl-unix-users] Another Question

2001-09-28 Thread jaouad ask me
Hi, I have a simple question for you guys, I have a FORM where users have to input some data, and I want to control if any data was input in my form before I submit it, what I want to do, is from a java script in my html file call a Perl script that do this job, I mean the police job :), is th