> Well you chould start at the back
> [snip]

Yeah, but (if I've understood your code correctly) the html doesn't lend
itself to working like that. The dynamic tree ends something like what's
below, so if e.g. you want to check all of BBAAs children, you could be
checking/unchecking boxes somewhere in the middle of the forms.elements
array.

input type="checkbox" id="AA"
   input type="checkbox" id="AAAA"
      input type="checkbox" id="AAAA01"
      input type="checkbox" id="AAAA02"
      input type="checkbox" id="AAAA03"
   input type="checkbox" id="AAAB"
      input type="checkbox" id="AABA01"
input type="checkbox" id="BB"
   input type="checkbox" id="BBAA"
      input type="checkbox" id="BBAA01"
      input type="checkbox" id="BBAA02"
      input type="checkbox" id="BBAA03"
   input type="checkbox" id="BBAB"
      input type="checkbox" id="BBBA01"
input type="checkbox" id="CC"
   input type="checkbox" id="CCAA"
      input type="checkbox" id="CCAA01"
      input type="checkbox" id="CCAA02"
      input type="checkbox" id="CCAA03"
   input type="checkbox" id="CCAB"
      input type="checkbox" id="CCBA01"

-- 
Aidan Whitehall <[EMAIL PROTECTED]>
Macromedia ColdFusion Developer
Fairbanks Environmental Ltd  +44 (0)1695 51775

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to