memberlogin
contactus
randomfacts

redirecting to another page with coldfusion

If you need to redirect to another page with coldfusion you can simply use the tag below.

<cflocation url="whatver_url_you_want_to_go_to.cfm">

OR you can add the token to the url variable which will append the client variable informatin to the url string.

<cflocation url+"whatver_url_you_want_to_go_to.cfm" addtoken="yes">