CFLOCATION
This tag can stop execution of the current page and navigate to a new CFML/HTML page at the given URL.
Usage
<cflocation>
Attributes
Attribute | default | required | summary |
---|---|---|---|
ATTRIBUTECOLLECTION | A structure containing the tag attributes | ||
URL | ![]() |
The URL of a CFML/HTML page to open. | |
STATUSCODE | 302 | The status code to indicate the reason for redirection. Valid options include: "300", "301", "302", "303", "304", "305", "306" or "307". | |
ADDTOKEN | YES | If set to true then the current URL tokens will be appended to the URL of the new page that is opened. | |
ABORT | YES | If set to true then the current page processing will be stopped immmediatly, otherwise the page will be loaded before the redirection occurs. |