<cfif ListFindNoCase("Company,location,execBios",url.page)>

> -----Original Message-----
> From: Shawn Contreras [mailto:[EMAIL PROTECTED]
> Sent: dinsdag 4 mei 2004 5:47
> To: CF-Talk
> Subject: Re: Navigating pages and displaying an image
> equaling the page
>
> OK, here's what I got and it appears to work great.  
>
> <cfif url.page EQ "Company">
> <a href=""
>
> true"><img
> src="" name="Company" width="90"
> height="24" border="0"></a> <cfelse> <a
> href=""
> > > ',1), popUp('HM_Menu1',event)"
>
> true"><img src=""
> name="Company" width="90" height="24" border="0"></a> </cfif>
>
> Thank you... but here's the second outstanding challenge:
> in the first line (the <CFIF> statement) I need it to really
> equal various possible pages.  For example I tried this:
>
> <cfif url.page EQ "Company" OR "Locations" OR "ExecBios">
> This way the CompanyTabR.gif image would also stay red but I
> get an error message that says "...you can't use Boolean
> logic in the <CFIF> statement." So how would I get this to work?
>
> Thank you in advance.
>
> Sifu
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to