i am writing this because i am tired of looking it up over and over. this is a copy-paste from:
http://en.wikipedia.org/wiki/URL_redirection
notice the content=“0; url=http://www.example.com/” line.
the ZERO represents the number of seconds to wait, and pay CLOSE attention to the semicolon (not comma) following the digit!
< html>
< head>
< meta http-equiv=“Refresh” content=“0; url=http://www.example.com/”>
< /head>
< body>
< p>Please follow
< a href=“http://www.example.com/”>link
< /a>!
< /p>
< /body>
< /html>