Re: How to get a value from a Select (HTML Tag) and use it in Perl

2003-02-15 Thread R. Joseph Newton
Lance wrote: > Remember that the perl is being run server-side. It won't be able to read > form values on the same page ( unlike JavaScript ). You have to submit to a > cgi script, which can then read the various form values. > > "Guy P" <[EMAIL PROTECTED]> wrote in message True, but the client

Re: How to get a value from a Select (HTML Tag) and use it in Perl

2003-02-14 Thread Lance
Remember that the perl is being run server-side. It won't be able to read form values on the same page ( unlike JavaScript ). You have to submit to a cgi script, which can then read the various form values. "Guy P" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]..

Re: How to get a value from a Select (HTML Tag) and use it in Perl

2003-02-13 Thread Wiggins d'Anconia
Guy P wrote: Hello, I've got a Perl program that create an HTML page and I would like to get in the Perl program the value that is selected in a combo list (HTML Select Tag). You should read the documentation for the CGI module: http://search.cpan.org/author/LDS/CGI.pm-2.91/CGI.pm http://dan

How to get a value from a Select (HTML Tag) and use it in Perl

2003-02-13 Thread Guy P
Hello, I've got a Perl program that create an HTML page and I would like to get in the Perl program the value that is selected in a combo list (HTML Select Tag). Thanks a lot!!! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]