Re: call a cgi-script from a HTML-form

2005-03-24 Thread renard
If you are on Windows and you have a ".pl" file type association with either an editor or perl then you need to break that file type association so that your script is not opened if you click on it. Afterwards, the browser will not asked you where you want to save script. - Original Messa

Re: call a cgi-script from a HTML-form

2005-03-23 Thread Bill Stephenson
On Mar 23, 2005, at 5:37 AM, Thomas Bätzler wrote: Grüezi, Krause Susanne <[EMAIL PROTECTED]> asked: I try to call a Perl-script from a HTML-form (method get). The result, I am getting, is wrong. Instead of executing the script, the webserver is asking me, where I wont to sa

RE: call a cgi-script from a HTML-form

2005-03-23 Thread Thomas Bätzler
Grüezi, Krause Susanne <[EMAIL PROTECTED]> asked: > I try to call a Perl-script from a HTML-form (method get). > > The result, I am getting, is wrong. > > Instead of executing the script, the webserver is > asking me, where I wont to save (per ftp) the Perl-script. > > >

call a cgi-script from a HTML-form

2005-03-23 Thread Krause Susanne
Hi all. I try to call a Perl-script from a HTML-form (method get). The result, I am getting, is wrong. Instead of executing the script, the webserver is asking me, where I wont to save (per ftp) the Perl-script. What I am doing wrong ? Any help