[thelist] Phorm and Checkboxes

Jason Handby thelist at lists.evolt.org
Mon Jan 6 14:39:02 2003


> I am a knucklehead. The name has to be the same only
> in radio buttons, allowing one option.

If you're using IIS/ASP you can have multiple checkboxes with the same name.
The checkbox values are available from the Request object as a collection.


Jason