On 11/18/2003 at 16:19, you wrote:
DS> <cfif NOT isdefined("url.charttype") OR NOT
DS> listfindnocase("pie,bar,line,pyramid,area,cone,curve,cylinder,step,scatter",
url.charttype)>>
DS> <cflocation url=""> DS> </cfif>
Or
<cfif NOT (isdefined("url.charttype") AND
listfindnocase("pie,bar,line,pyramid,area,cone,curve,cylinder,step,scatter",
url.charttype))><cflocation url="" </cfif>
~ Ubqtous ~
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

