Re: [PHP-DB] Argh!!!! Help with something o-f-f-t-o-p-i-c

2002-11-07 Thread .: B i g D o g :.
You need to get the element by name and then do the confirmation... On Thu, 2002-11-07 at 21:23, Aaron Wolski wrote: > Sorry for the OT post y'all.. but I can't find this answer - well not > without major major code information that I can't figure out! > > Basic? > > I have a series of check

Re: [PHP-DB] Argh!!!! Help with something o-f-f-t-o-p-i-c

2002-11-07 Thread Marco Tabini
Can you not filter the checkboxes by name? Just add one more condition to the if statement: if (el.type == 'checkbox' && el.checked && el.name != 'theothercheckbox') etc. Marco -- php|architect - The magazine for PHP Professionals The first monthly worldwide magazine dedicated to

RE: [PHP-DB] Argh!!!! Help with something o-f-f-t-o-p-i-c

2002-11-07 Thread Josh Johnson
Check out www.devguru.com, they have a great javascript refrence Otherwise I have no idea :) -- Josh -Original Message- From: Aaron Wolski [mailto:aaronjw@;martekbiz.com] Sent: Thursday, November 07, 2002 4:23 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Argh Help with something o-f-f

[PHP-DB] Argh!!!! Help with something o-f-f-t-o-p-i-c

2002-11-07 Thread Aaron Wolski
Sorry for the OT post y'all.. but I can't find this answer - well not without major major code information that I can't figure out! Basic? I have a series of checkbox arrays like: These are for different records in my DB. Now... I want to check (javascript - this is the off topic part