Redirect Script, eg loading and then redirects!

Discussion in 'Programming' started by adam.jn, Feb 16, 2008.

  1. #1
    Can anyone give me a delayed redirection script, eg the Paypal login redirect when a loading bar is displayed and then you are redirected.

    Thanks
     
    adam.jn, Feb 16, 2008 IP
  2. Sajan.Parikh

    Sajan.Parikh Guest

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <meta http-equiv="refresh" content="10;url=another_page.html">
    HTML:
    Something like that may work. Just add that to the
    <head>
    HTML:
    of your page and it will redirct to 'another_page.html' after 10 seconds.
     
    Sajan.Parikh, Feb 16, 2008 IP