From: "Paul Ihrig" <[EMAIL PROTECTED]>
> <input type="checkbox" name="faddCherry" <cfif ("#getIceCream.addCherry#"
> EQ
> 1)>checked="checked"</cfif> value="1">
> <cfif ("#getIceCream.addCherry#" NEQ 1)>
> <input type="hidden" name="faddCherry" value="0">
> </cfif>
<cfif getIceCream.addCherry eq 1>
<input type="checkbox" name="faddCherry" checked="checked" value="1" />
<cfelse>
<input type="hidden" name="faddCherry" value="0">
</cfif>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four
times a year.
http://www.fusionauthority.com/quarterly
Archive:
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:218547
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5