Hi,
I've been trying to find the value of a checkbox first using and then using HTML::Form, I've also just realised that the attributes of the checkbox suggests that no value has been assigned:
What is the default value of the checkbox in this case?
I'm actually trying to uncheck the box using Mechanize, however I keep on getting the following error:
I've tried True/False/""/0/1 but can't seem to find the correct value and hence the error keeps on popping up.
Any ideas/thoughts would be gratefully accepted.
Rob Waite
I've been trying to find the value of a checkbox first using and then using HTML::Form, I've also just realised that the attributes of the checkbox suggests that no value has been assigned:
Code:
<INPUT type=checkbox CHECKED name=club_info>
I'm actually trying to uncheck the box using Mechanize, however I keep on getting the following error:
Code:
No checkbox "club_info" for value "" in form at...
Any ideas/thoughts would be gratefully accepted.
Rob Waite