<CFHeader> Allows You To Control The Contents of Specific HTTP Headers.
The Following Example Sets An Expiration Header To Now() In Order To Prevent It From Being Cached: <CFHeader NAME="Expires" VALUE="#Now()#">
There Is Usually No Need To Use <CFHeader> Because ColdFusion...
Dear reader,
To understand what i wanna do clearly, see the followin' code that i tried to make it work:
<td bgcolor="ffffff" onclick="<cflocation url='index.cfm'>"></td>
The problem is that when i call the page that includes the above statement, it takes me directly to...
Hi khurram ..
Use a temporary variable to hold the result of the function:
<cfset var_temp = #ArrayDeleteAt(shopping_cart, 1)#>
now, you wont see the 'Yes' on ur page!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.