In ColdFusion, get variables are put in the 'url' scope.

So:

<cfparam name="url.iid" default="0">
<cfif url.iid EQ 1>
....

etc.

Hope that helps,

Dom


On 25/09/2007, nicolai bass dh <[EMAIL PROTECTED]> wrote:
>
> Dear Dale,
>
> thank you for your reply.
>
> I want to check if the variable "iid" is set via a link. For example:
>
> <a href="domain.tld/test.cfm?iid=1">dfdfd</a>
>
> If the variable "iid" has a value i want to display an other content as
> before.
>
> Thank you and 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:289399
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to