Whatever message this page gives is out now! Go check it out!
<cflocation
url = "URL"
addToken = "yes|no"
statusCode = "300|301|302|303|304|305|307">| Attribute | Req/Opt | Default | Description |
url | Required | URL of HTML file or CFML page to open. | |
addToken | Optional | Default value is false (when the secure profile enabled). | The clientManagement attribute must be enabled (see cfapplication ).
New in ColdFusion 11: If Secure Profile is enabled, addToken's default value will be false. |
statusCode | Optional | 302 | The HTTP status code, as follows:
|
<h3>cflocation Example</h3>
<p>This tag redirects the browser to a web resource; normally, you would use this tag to go to a CF page or an HTML file on the same server. The addToken attribute lets you send client information to the target page.</p>
<p>If you remove the comments, this code redirects you to CFDOCS home page:</p>
<!--- <cflocation url = "http://localhost:8500/cfdocs/dochome.htm" addToken = "no"> --->