I might try a variation of this...
<cfset pageList = 'test,tech,contact'>
<cfif NOT ListFindNoCase(pageList,url.page)>
Do this thing...
</cfif>
- Calvin
----- Original Message -----
From: [EMAIL PROTECTED]
To: CF-Talk
Sent: Thursday, October 16, 2003 5:09 PM
Subject: RE: Dumb Question
<cfif url.page NEQ 'test' OR url.page NEQ 'tech' OR url.page NEQ 'contact'>
-----Original Message-----
From: Eric Creese [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 16, 2003 4:07 PM
To: CF-Talk
Subject: Dumb Question
I have a dumb question. when using CFIF I want to check against multiple criteria.
Example:
<cfif url.page NEQ 'test' OR 'tech' OR 'contact'>
I get an error when doing this. can some post the correct way to do this.
_____
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
- Re: Dumb question Tage Widsell
- Re: Dumb question Eric Dawson
- Re: Dumb question Michael Thomas
- Dumb Question Eric Creese
- RE: Dumb Question Raymond Camden
- Re: Dumb Question Bryan Stevenson
- Re: Dumb Question Les Mizzell
- RE: Dumb Question Barney Boisvert
- Re: Dumb Question Charlie Griefer
- RE: Dumb Question Greg.Morphis
- Re: Dumb Question Calvin Ward
- Re: Dumb Question Bryan Stevenson
- Re: Dumb Question Casey C Cook