Could someone help me get a better understanding of what this code really says...
HTML Code:<th class='colSelect' />
<input name='selectAll' type='checkbox' value='TRUE' />
</th>
I think it means that *IF* the Checkbox is checked, and *IF* it is submitted on a Form, THEN it will have a value of "TRUE", which for example, might be what is stored in the database?
(When I first read this last night - for some old code I forgot about - I thought it was saying, "This Checkbox is pre-selected/pre-checked with a value of 'TRUE'..." which is not what I want?!)
Comments?
Thanks,
Debbie

