Thanks Raymond, This works too. Such a bonus. I keep running into pages wich shouldn't show banners. Now I can just append the list with the script name without needing to go back into my global header and expanding on a 2 line CONTAINS OR cfif statement.
Thanks Casey On 8/16/06, Raymond Camden <[EMAIL PROTECTED]> wrote: > > Almost always you want to avoid listContains and use listFind instead. > Does this work better for you? > > <cfif listFindNoCase(nobanners, cgi.script_name)> > > Also note that cgi.script_name may not be what you think. You may want > to output it. It may be /foo/default.cfm instead of just /default.cfm. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249955 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

