Subject: RE: Cold Fusion
From: "Christine Stamatis (s)" <cstamat@xxxxxxx>
Date: Thu, 13 Mar 2003 16:41:48 -0600
|
I'm attempting to render a cold fusion file - yet when I place the following
code before and after the <html> tags, I get a validation error.
<!--- <CFIF IsDefined("URL.sys")> --->
<CFIF IsDefined("Cookie.ChocolateChip")>
<cfinclude template="/CheckLogin.cfm">
<!--- <CFIF #Cookie.ChocolateChip# IS #URL.sys#> --->
<cfelse>
<cflocation url="../../../register.cfm">
</cfif>
------- Christine Stamatis
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: Cold Fusion
- Christine Stamatis (s) - Thu, 13 Mar 2003 17:39:54 -0500 (EST) <=
- Mike Brown - Thu, 13 Mar 2003 18:08:26 -0500 (EST)
- Mike Brown - Thu, 13 Mar 2003 18:33:58 -0500 (EST)
|
|