Macromedia ColdFusion 5 Training from the Source (With CD-ROM)

I l @ ve RuBoard

<CFLOCATION>

Used to redirect to another ColdFusion or HTML page.

Syntax

<cflocation url="page_to_redirect to" addtoken="Yes" or "No">

Attributes

URL: Required. Specifies the location of the file you want to redirect to.

AddToken: Optional. Determines whether or not to append the CFID and CFTOKEN to the end of the URL.

Example

<!--- Redirect to the home page ---> <cflocation url="http://www.hungrycow.com" addtoken="no">

I l @ ve RuBoard

Категории