Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: Javascript select and unselect all checkboxes not working in Perl CGI code

by poj (Abbot)
on Jul 16, 2013 at 14:09 UTC ( [id://1044612]=note: print w/replies, xml ) Need Help??


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

The name should be 'theForm' as in the links
print a( { href => "javascript:selectToggle(true, 'theForm');" }, "All +" ); print " | "; print a( { href => "javascript:selectToggle(false, 'theForm'); +" }, "None" );
or change the links
poj
  • Comment on Re^3: Javascript select and unselect all checkboxes not working in Perl CGI code
  • Download Code

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

    Thanks Soonix, code to call form below now allows selecting all or none for all checkboxes. I owe you a beer :)

    start_form(-name=>'theForm'),

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1044612]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-20 01:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found