what's the proper script for redirect?

Discussion in 'HTML & Website Design' started by drew68, Oct 17, 2006.

  1. #1
    want to have a page sit for about 15 seconds then redirect to another page.

    is this the proper script for this? i think i'm missing something....

    <meta http-equiv="refresh" content="2; url="http://www.asianweightloss.info/Asian_Weight_Loss.pdf">

    thanks in advance :)
     
    drew68, Oct 17, 2006 IP
  2. coolsaint

    coolsaint Banned

    Messages:
    257
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    i think you have put an extra " . remove it.

    Try this.

    <meta http-equiv="refresh" content="2;url=http://www.asianweightloss.info/Asian_Weight_Loss.pdf">

    It should work. It will redirect after 2 seconds. if you want 15 seconds make it 15.

    Here is some reference about Meta Redirect for you

     
    coolsaint, Oct 18, 2006 IP
  3. coolsaint

    coolsaint Banned

    Messages:
    257
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Read his Starting Thread carefully. I wish you should understand what he wants or what he wanted to do.
     
    coolsaint, Oct 18, 2006 IP
  4. drew68

    drew68 Well-Known Member

    Messages:
    582
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    128
    #4
    thank you coolsaint...pulled through again :)

    it worked...it turned out it was an extra "
     
    drew68, Oct 18, 2006 IP