Why not:
<cfif IsDefined("URL.Message")>
<cfoutput>
.
.
.
.
</cfoutput>
<cfelse>
<cfoutput query="ShowMemberInfo">
.
.
.
.
</cfoutput>
</cfif>
At 6:25 AM -0500 10/11/00, sebastian palmigiani wrote:
>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/[email protected]/
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.