What's a Get variable? Do you mean Set
<cfset myVariable = false /> <cfoutput>#myVariable#</cfoutput> Regards Dale Fraser http://learncf.com -----Original Message----- From: nicolai bass dh [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 September 2007 9:35 PM To: CF-Talk Subject: Check for get variable Hi all, i want to know how i can check for a get variable? I want to display another content for the case that a get variable is true on this site. For example: Get variable = false <cfoutput>false</cf...> Get variable = true <cfoutput>false</cf...> Thank your for your hel & with best regards Stivn ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289396 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

