Try <cfcase value="p;s"> That should do it :�)
Stephen Pope Development Team Advanced Certified Macromedia ColdFusion MX Developer Eduserv Internet managed hosting & development _____ [EMAIL PROTECTED] tel: +44 (0)1225 474371 fax: +44 (0)1225 474374 http://www.eduserv.org.uk/internet _____ Eduserv Internet is a service of Eduserv Technologies Ltd -----Original Message----- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 04 March 2004 12:44 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Whats wrong with this? Paul, are they the same data? Or do you have two case statements 4 them? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 04 March 2004 12:40 To: [EMAIL PROTECTED] Subject: [ cf-dev ] Whats wrong with this? <cfswitch expression="#url.type#"> <!--- NURSEY ---> <cfcase value="n"><!---Nursery ---> <font face="arial, Arial, Helvetica"><font face="Arial" size="2"> <b>S52 Nursery School data will be available shortly</b> </cfcase> <!--- PRIMARY & SECONDARY ---> <cfcase value="p, s"> <!--- Primary & Secondary ---> Nursery (n) traps fine as does Primary (p). Secondary (s) does nothing :( The URL looks like this ... http://www.bgfl.org/cfpages/budgets/s52.cfm?dfes=4330&type=s ************************************************************************ ************************* The information contained within this e-mail (and any attachment) sent by Birmingham City Council is confidential and may be legally privileged. It is intended only for the named recipient or entity to whom it is addressed. If you are not the intended recipient please accept our apologies and notify the sender immediately, or telephone +(44) 121 303 6666. Unauthorised access, use, disclosure, storage or copying is not permitted and may be unlawful. Any e-mail including its content may be monitored and used by Birmingham City Council for reasons of security and for monitoring internal compliance with the office policy on staff use. E-mail blocking software may also be used. Any views or opinions presented are solely those of the originator and do not necessarily represent those of Birmingham City Council. We cannot guarantee that this message or any attachment is virus free or has not been intercepted and amended. ************************************************************************ ************************* -- These lists are syncronised with the CFDeveloper forum at http://forum.cfdeveloper.co.uk/ Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ CFDeveloper Sponsors and contributors:- *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by activepdf.com* *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com* *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com* To unsubscribe, e-mail: [EMAIL PROTECTED] -- These lists are syncronised with the CFDeveloper forum at http://forum.cfdeveloper.co.uk/ Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ CFDeveloper Sponsors and contributors:- *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by activepdf.com* *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com* *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com* To unsubscribe, e-mail: [EMAIL PROTECTED] -- These lists are syncronised with the CFDeveloper forum at http://forum.cfdeveloper.co.uk/ Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ CFDeveloper Sponsors and contributors:- *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by activepdf.com* *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com* *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com* To unsubscribe, e-mail: [EMAIL PROTECTED]
