redirect after time limit using cflocation?

Discussion in 'Programming' started by ldexterldesign, Dec 12, 2007.

  1. #1
    as title. is this possible?... another way perhaps?

    cheers,
    lewis
     
    ldexterldesign, Dec 12, 2007 IP
  2. DangerMouse

    DangerMouse Peon

    Messages:
    275
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    it isn't possible with a time limit - once the page loads, the cf has already run... you can use a meta refresh or a js window.location to achieve the same though...
    good luck
     
    DangerMouse, Dec 17, 2007 IP
  3. ldexterldesign

    ldexterldesign Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i thought as much. thanks for backing up my assumptions :)

    lewis
     
    ldexterldesign, Dec 17, 2007 IP
  4. lespaul00

    lespaul00 Peon

    Messages:
    283
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    <head>
    <META HTTP-EQUIV="Refresh" CONTENT="5; URL=http://www.website.com">
    
    </head>
    Code (markup):
    Just change the 5 to the amount of time you want it to wait before redirecting.
     
    lespaul00, Dec 18, 2007 IP