Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
Kronin555 #1
Re: Can I use CFlocation with a string variable
<cflocation url="#MyVar1#">
Kronin555 Guest
-
where clause as variable string
I'm building a where clause as a string based on submited form variables. As long as the form variable is an INTEGER the query works fine. If it is... -
String to Variable
Need some help with the following: I want to use global Variable in a if statement . The name of the variable is 'made' from some text and the... -
How to replace a variable string within /* variable_string */ with x for each character in string?
How to replace a variable string within /* variable_string */ with x for each character in string? The string may span on multiple lines. for... -
change string into variable
when going to index.php?headlines=Macsanomat i want to use the $Macsanomat instead of Macsanomat (the string) this is needed to declare... -
passing ASP.net Variable string
This reminds me a question. What advantage or disadvantage by using Context.Items? How is this being handled? "Steve C. Orr, MCSD"... -
CF_DAWG #2
Re: Can I use CFlocation with a string variable
Your code looks right, except you have to have myVAR1 in pound signs in your cflocation tags for it to evaluate to the URL. Hope this helps!
CF_DAWG Guest



Reply With Quote

