On 2/14/01, Jeff Davis penned:
>OK I need to check the value of a check box to see if it has been
>checked so I can pass the info in my CFMAIL tag. This is what I have
>so far:
>
><CFIF #bannerads# EQ 1>
> I want Banner Ads
></CFIF>
>
>Can anyone tell me if this right?
If the checkbox isn't checked, it will return an error.
<cfif isdefined('bannerads')>
I want banner ads
</cfif>
--
Bud Schneehagen - Tropical Web Creations
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists