Try :

<cfoutput <cfif NOT IsDefined("URL.Message")>query="ShowMemberInfo"</cfif>>

Or simply:

<cfif IsDefined("URL.Message")>
        <cfoutput>
<cfelse>
        <cfoutput query="ShowMemberInfo">
</cfif>

------------------------------------------------------------------
Andrew Ewings
Project Manager
Thoughtbubble Ltd
------------------------------------------------------------------


-----Original Message-----
From: sebastian palmigiani [mailto:[EMAIL PROTECTED]]
Sent: 11 October 2000 12:25
To: CF-Talk
Subject: Can this be done?


I don't know if this is possible. I just know I can't figure out how to do
it.

I want to dynamically determine whether the <cfoutput> tag has a query
parameter. 

The following does not work but shows what I  want to do:


<cfoutput <cfif IsDefined("URL.Message")>

<cfelse>
query="ShowMemberInfo"'
</cfif>

>

----------------------------------------------------------------------------
--
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.
------------------------------------------------------------------------------
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