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
<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.