Using “META” Tag in HMTL HEAD to Redirect Pages

By: Zhiqiang Ma In: Web

It is quite simple to redirect pages using the “meta” tag in HTML head, I just give the example to redirect the page to http://fclose.com after 1 second.

<html>
  <head>
    <meta http-equiv="Refresh" content="1; url=http://fclose.com/">
  </head>
  <body>
    This page is redirected to: <a href="http://fclose.com/">fclose.com</a>.<br />
</body>
</html>
Author: Zhiqiang Ma Posted on: Aug 26, 2009 Views: 188
Tags: ,
Like this post? Subscribe full-text feeds from all Fclose.com blogs:
Add your comments, share your thoughts

Be nice. Keep it clean. Stay on topic. No spam.