PDA

View Full Version : Checkboxes, asp


mr_chinchin25
01-20-2003, 10:41 AM
Hello,

Can anyone point me in the right direction about how to put some Checkboxes on my webpage? I just need to know where to get started with the .asp code, as i haven't a clue and can't find info anywhere.

Heres the thing:

I have a page with a form on it. the user types in details, clicks submit, and then the form info is emailed to the relevant receiver.

I need to put 3 checkboxes on it (called Driver's Needed) so the user can select between 0 and 3 of the drivers, and this will be sent along with the rest of the forms details (all textboxes) when the user clicks submit.

Thanks!

BukHix
01-20-2003, 02:42 PM
You didn't mention whether you are using the FrontPage wizards or not so I will assume not for now and we can go in another direction if you are.

Check boxes are pretty much like any other form and this is a simple example of a form that used them to the myasppage.asp page.

I tried to post the code and then remembered that this forum tries to parse the HTML so I couldn't. If you would like me to send you the demo through email let me know and I will do so.