sanjay nayak has asked for the wisdom of the Perl Monks concerning the following question:
#!C:\Perl\bin\perl.exe -w use CGI; my $cgi = CGI->new; print $cgi->header( "text/html" ); print "<textarea name='txtOutput' value = 'txtOutput' style='width: 25 +0px'></textarea>"; print "<input type='radio' name='cbox' value='alice' selected onClick += 'char_value()'/>Char Value"; print "<input type='radio' name='cbox' value='' onClick= '32bits_valu +e()'/>32bits value";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How a HTML radio button on click calls a CGI function?
by Corion (Patriarch) on Dec 17, 2008 at 09:57 UTC | |
Re: How a HTML radio button on click calls a CGI function?
by Erez (Priest) on Dec 17, 2008 at 11:22 UTC | |
by sanjay nayak (Sexton) on Dec 18, 2008 at 11:39 UTC | |
by Erez (Priest) on Dec 21, 2008 at 07:51 UTC | |
Re: How a HTML radio button on click calls a CGI function?
by matrixmadhan (Beadle) on Dec 17, 2008 at 11:02 UTC | |
Re: How a HTML radio button on click calls a CGI function?
by bradcathey (Prior) on Dec 17, 2008 at 13:27 UTC |