Monthly Archives: February 2012

HTML: How to redirect to another page

  <meta HTTP-EQUIV="REFRESH" content="0; url=http://whatever"> <meta HTTP-EQUIV="REFRESH" content="0; url=http://whatever"> Note the syntax where content=”0; is not a typo. The content field contains both the URL to be redirect to and the delay (in seconds). In general, you may want to … Continue reading

Posted in Computer Science | Tagged | Leave a comment