I don't get where you're getting the variables on line ...
<cfloop collection="#url#" item="variables.itm">
Are you cfsetting URL variable and I've never seen the 
variables.itm ... what's this?

>You just loop over a collection:
>
><!--- Make sure that all attributes scoped variables are decoded and
>trimmed --->
><cfloop collection="#url#" item="variables.itm">
>       <CFIF variables.itm contains "select">
>           Please don't do that... tisk tisk!
>            <cfabort>
>       </cfif>
>
></cfloop>
>
>On 1/23/08, [EMAIL PROTECTED] [EMAIL PROTECTED]
><[EMAIL PROTECTED]> wrote:
>> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297169
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