hello,
I am submitting a form (including many checkboxes) to an asp page where I analize the data. All the checkboxes that are not checked are not passed to the asp page - for example, I'ts not that I get GiftWrap="", but rather the GiftWrap checkbox does not appear on the address box of the asp page at all, so I can't analize it using request.
Is there a way around this? I could use a long list of "If"'s on the asp page, checking for the existance of all the checkboxes, but this is a very long way. Is there a way to make the default value of a checkbox 0?
Thanks,
Yael
I am submitting a form (including many checkboxes) to an asp page where I analize the data. All the checkboxes that are not checked are not passed to the asp page - for example, I'ts not that I get GiftWrap="", but rather the GiftWrap checkbox does not appear on the address box of the asp page at all, so I can't analize it using request.
Is there a way around this? I could use a long list of "If"'s on the asp page, checking for the existance of all the checkboxes, but this is a very long way. Is there a way to make the default value of a checkbox 0?
Thanks,
Yael