checking multiple boxes w/single button?

2001-01-09 Thread Bosky, Dave
I have a form containing a dynamic list of checkboxes that are used to delete messages. I already have a button that will delete all checked mail but my question is how do I make a button that will automatically put a check in each box? !- form name="msglist" action="" method=""

OT: Javascript RE: checking multiple boxes w/single button?

2001-01-09 Thread Jann VanOver
--Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 12:08 PM To: CF-Talk Subject: checking multiple boxes w/single button? I have a form containing a dynamic list of checkboxes that are used to delete messages. I already have a button that will

RE: checking multiple boxes w/single button?

2001-01-09 Thread Phoeun Pha
, the boxes are automatically checked and there's no need to refresh the page. -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 2:08 PM To: CF-Talk Subject: checking multiple boxes w/single button? I have a form containing a dynamic

RE: checking multiple boxes w/single button?

2001-01-09 Thread bflynn
Try Javascript - use the onChange event for the "Check All" box to execute a JS function that checks all the other boxes. Brian -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 3:08 PM To: CF-Talk Subject: checking multiple boxe

RE: checking multiple boxes w/single button?

2001-01-09 Thread Cornillon, Matthieu
;Uncheck All" onClick="uncheckAll()" /form /body /html -----Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 3:08 PM To: CF-Talk Subject: checking multiple boxes w/single button? I have a form containing a dynamic

Re: checking multiple boxes w/single button?

2001-01-09 Thread Scott Weikert
- From: "Bosky, Dave" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, January 09, 2001 1:07 PM Subject: checking multiple boxes w/single button? I have a form containing a dynamic list of checkboxes that are used to delete messages. I already have a butt

Re: checking multiple boxes w/single button?

2001-01-09 Thread t nelson
Dave, try this: http://javascript.internet.com/buttons/check-all.html#source cheers, nelson Original Message Follows From: "Bosky, Dave" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: checking multiple boxes w/single button? Date: T