What is causing CGI.pm to generate the following? 
There no print statements for hidden fields!!!

Thanks,
Dave


# in my script ---
use CGI qw/:standard/;
use CGI::Carp qw(fatalsToBrowser);


# later in the code


 checkbox( -name =>$gig_num, -checked =>0, -label=>' ' ,override=>1)


# removing   override=>1   makes no difference! 
-------

the output the browser receives: 
<INPUT TYPE="hidden" NAME=".cgifields" VALUE="1">
<INPUT TYPE="hidden" NAME=".cgifields" VALUE="2">
<INPUT TYPE="hidden" NAME=".cgifields" VALUE="3">
</FORM>

*====================================================*
*   Cora Connection Your West African Music Source   *  
*   http://www.coraconnection.com/                   *  
*   Resources, Recordings, Instruments & More!       *
*====================================================*

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to