Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there any redirect function in ColdFusion 4.5?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,

I am developing web application. Just want to know is there any coldfusion tag to redirect user to other page instead of using javascript.
 
CFLOCATION opens a specified ColdFusion page or HTML file. For example, you might use CFLOCATION to specify a standard message or response that you use in several different ColdFusion applications. Use the ADDTOKEN attribute to verify client requests. Do not set a cookie variable on the same page that you use the CFLOCATION tag. If you do, the cookie is never saved on the browser. Likewise, if you use a cookie to store a client variable, the client variable is never set.

<cflocation url=&quot;somePage.htm&quot; addtoken=&quot;No&quot;> Sylvano
dsylvano@hotmail.com

&quot;every and each day when I learn something new is a small victory...&quot;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top