cfdocs

cfforward

Leads the request to a different page. This tag acts like the tag cflocation except that the relocation is done directly on the server.

Syntax

<cfforward template="page.cfm">

Script Syntax

cfforward( "page.cfm" );

Attribute Reference

Name Type Required Default Description
template string Yes   A logical path to a CFML page.

Script Syntax

cfforward( "mypage.cfm" );

Tag Syntax

<cfforward template="mypage.cfm">