Description
A function equivalent of the cflocation tag and is used in the <cfscript> mode.
Parameters
Same as the <cflocation> tag.
A function equivalent of the cflocation tag and is used in the <cfscript> mode.
Same as the <cflocation> tag.
location("url", addtoken, statusCode);
You can call this function as name=value pair or as positional argument.
<cfscript location(url="http://localhost:8500/administrator") </cfscript>