> I have a variable amount of check boxes with the same name.  
> I want to submit all of the check boxes weather they are 
> checked or not.  Right now I only get an of array for the 
> ones that are checked.

Sorry, that's the way HTML works. Checkboxes values are sent only when
the box is checked.


--
Tim Slattery
[EMAIL PROTECTED]


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

Reply via email to