Thanks soonix for your reply. I updated that section of code as follows from examples I've seen:
start_form(-name=>'forms'),
However, code still not working. Do you know correct syntax? Searching but haven't found anything PERL CGI related matching exactly call for code below:
my $JSCRIPT=<<EOF; function selectToggle(toggle, form) { var myForm = document.forms[form]; for( var i=0; i < myForm.length; i++ ) { if(toggle) { myForm.elements[i].checked = "checked"; } else { myForm.elements[i].checked = ""; } } } EOF
Any other ideas or suggestions?
In reply to Re^2: Javascript select and unselect all checkboxes not working in Perl CGI code
by begood321
in thread Javascript select and unselect all checkboxes not working in Perl CGI code
by begood321
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |