Thanks for the replies I'm really stumpped on this one because it works if I take out the variable just fine.
I'm using this in a case statement, does that make a difference? <cfswitch expression="#marker#"> <cfcase value="guestbook"> <cfinclude template="/weddingweb/gb/default.cfm"> </cfcase> <cfcase value="gbsign"> <cfinclude template="/weddingweb/gb/gbsign.cfm?SiteID=#client.Site_ID#"> </cfcase> </cfswitch> The top value for "guestbook" works just fine.. but the other does not. Ryan On Wed, 9 Mar 2005 18:57:07 -0800 (PST), Jordan Gouger <[EMAIL PROTECTED]> wrote: > I don't believe that CF can access IIS virtual directories, you would need > to create a virtual mapping in CF administrator for it. > > You might want to try something like this instead: > > <cfset Url.Site_ID = #Site_ID#> > <Cfinclude template="[template name]"> > Thanks, > > Jordan > > Ryan Everhart <[EMAIL PROTECTED]> wrote: > Hey is anyone still checking their email tonight? I have a CF issue here... > > > Can I not do something like this? > > > > Where I basically have a Variable in a cfinclude statement? > > I am trying to send the variable because the weddingweb directory is > actually a virtural directory in IIS and it doesn't recognize the > request scope variables I was trying to send to it. > > Ryan > ---------------------------------------------------------- > To post, send email to [email protected] > To unsubscribe: > http://www.dfwcfug.org/form_MemberUnsubscribe.cfm > To subscribe: > http://www.dfwcfug.org/form_MemberRegistration.cfm > > > > > > ---------------------------------------------------------- To post, send email to [email protected] To unsubscribe: http://www.dfwcfug.org/form_MemberUnsubscribe.cfm To subscribe: http://www.dfwcfug.org/form_MemberRegistration.cfm
