How do you make the browser go to http://google.com form the code i need the user to be able to click a button and have the broser automatically redirect to google. I arleady called an action page for when they click this button but I need to redirect from this page o another.
Hello Iceman2303, If I'm understanding you correctly, you would like to do the following: <cflocation url="http://www.google.com" addtoken="no"> This will take the visitor to the Google home page without the session ID at the end of the URL. HTH, Jason