Hi, I am using the Perl CGI module to generate HTML form elements. One of these elements is a checkbox. Following is my definition of this checkbox
print $q->checkbox(-name=>'want_media', -checked=>'checked'); The problem is, when the page gets displayed, I get a checkbox but with the name 'want_media' beside it. Why does this want_media thing keep appearing near my checkbox?. I would like to get rid of it on the screen. Thanks in advance for any suggestions. Sharad __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>