Go to a web page

Discussion in 'Programming' started by ICEMAN2303, Dec 7, 2006.

  1. #1
    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.
     
    ICEMAN2303, Dec 7, 2006 IP
  2. JasonBartholme

    JasonBartholme Peon

    Messages:
    396
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    JasonBartholme, Dec 7, 2006 IP
  3. datropics

    datropics Peon

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    0
    #3
    yup that sounds right - unless we aren't understanding...
     
    datropics, Dec 16, 2006 IP