Re: Perl/CGI detecting status of radio button

2006-03-10 Thread Jeff Pang
>so how could I implement it, please? Give your codes here please.As someone here said,'no code,no help'. >I'm not sure if CGI supports some functions directly? If I remember that correctly,the 'param()' function could do the things for you. Execute 'perldoc CGI' and search for 'radio',you cou

Re: Perl/CGI detecting status of radio button

2006-03-10 Thread Nan Jiang
so how could I implement it, please? I'm not sure if CGI supports some functions directly? Nan From: Chris Devers <[EMAIL PROTECTED]> Reply-To: beginners@perl.org To: Nan Jiang <[EMAIL PROTECTED]> CC: beginners@perl.org Subject: Re: Perl/CGI detecting status of radio button

Re: Perl/CGI detecting status of radio button

2006-03-10 Thread Chris Devers
On Fri, 10 Mar 2006, Nan Jiang wrote: > I would like to ask if some of you know how to use perl to detect the > status (checked or unchecked) of a radio button from a HTML form? Yes. Some of us do know how to do this. -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

RE: Perl/CGI detecting status of radio button

2006-03-10 Thread Thomas Bätzler
Nan Jiang <[EMAIL PROTECTED]> asked: > I would like to ask if some of you know how to use perl to > detect the status (checked or unchecked) of a radio button > from a HTML form? http://www.elated.com/tutorials/programming/perl_cgi/form_validation/ HTH, Thomas -- To unsubscribe, e-mail: [EMAIL

Perl/CGI detecting status of radio button

2006-03-10 Thread Nan Jiang
Hello everyone, I would like to ask if some of you know how to use perl to detect the status (checked or unchecked) of a radio button from a HTML form? many thanks, Nan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]