[thelist] ASP Mailform, Checkbox

Tab Alleman talleman at autobex.com
Wed Feb 28 13:21:24 CST 2001


I thought the answer (s)he was looking for was more along the lines of:

A checkbox passes either a value of "on" or nothing at all, so in your
processing script, you'd do something like:

	IF Request.Form("AC1") = "on" then
		'the box was checked
	ELSE
		'it wasn't
	END IF

right?

Tab

-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Michele Foster

Annie,

I'm no ASP or Form guru, but I think your problem is this ..
----- Original Message -----
From: "aphelan (Andrea Phelan)" <aphelan at confederationc.on.ca>

> Hi :)
> Help? I'm making a mailform & I can't for the life of me remember how to
> process checkboxes


---------------------------------------
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list