Willy,
        Your CFIF and CFELSE logic looks fine.  I think you need your logic to read:

<cfif IsDefined("#URL.myvariable#")>
   <cfform action="emp_add_action.cfm?myvariable=true" method="post" enablecab="Yes">
<cfelse>
   <cfform action="emp_add_action.cfm" method="POST" enablecab="Yes">
 </cfif>

See if that works for you.

Chris Ivey

MTS Systems Engineer
GTE Data Services: Temple Terrace, Florida
TSS Distributed - WAN Tools Group
Office: (813) 978-4844
Pager: (813) 303-1177
AIM: IveyAtGTEDS

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to