<cfif ParameterExists(url.id)> do something </cfif>
<cfif IsDefined("url.id")>
do something
</cfif>Deprecated functions may not be supported in future versions of ColdFusion, you should remove them so you can upgrade without worry. The IsDefined function is also faster than ParameterExists.