Question
isDefined question
Is there a way to use the isDefined function to detect a cf
element instead of a form element? For example, I know the
following line doesn't work, but it should give you an idea of what
I'm trying to do.
<cfif (isdefined(#FAIL#) AND #FAIL# EQ 1)>Please try again...</cfif>
<cfif (isdefined(#FAIL#) AND #FAIL# EQ 1)>Please try again...</cfif>
