in reply to Re^2: Javascript select and unselect all checkboxes not working in Perl CGI code
in thread Javascript select and unselect all checkboxes not working in Perl CGI code
or change the links pojprint a( { href => "javascript:selectToggle(true, 'theForm');" }, "All +" ); print " | "; print a( { href => "javascript:selectToggle(false, 'theForm'); +" }, "None" );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Javascript select and unselect all checkboxes not working in Perl CGI code
by begood321 (Novice) on Jul 16, 2013 at 14:47 UTC |