http://qs321.pair.com?node_id=103680

belize has asked for the wisdom of the Perl Monks concerning the following question:

This is not strictly a perl question, but it does involve a form generated by a CGI written in Perl.

I have a CGI that is printing out a form. Part of the is a series of radio buttons. When the CGI first prints out the form, all buttons are unselected. If while filling out the form, I select one of hte buttons, then decide that I do not want to select a button, I can't find a way to unselect the button.

With a checkbox, you only have to unselect the box. Is there some coding other than a dummy radio button that I can put to unselect a selected radio button?

Thanks.