Leads the request to a different page. This tag acts like the tag cflocation except that the relocation is done directly on the server.
<cfforward template="page.cfm">
cfforward( "page.cfm" );
Name | Type | Required | Default | Description |
---|---|---|---|---|
template | string | Yes | A logical path to a CFML page. |
cfforward( "mypage.cfm" );
<cfforward template="mypage.cfm">