No more Meta Refresh Tags
Posted by: Rick Strahls WebLog,
on 04 Aug 2006 |
View original | Bookmarked: 0 time(s)
From time to time I have pages that need to auto-refresh or more commonly a page that automatically needs to go to another page after showing a short informational message. In the past I’ve always done this with Meta-Refresh tags in the page, which are a bit more of a hassle to get into the page than this HTTP header, which looks like this:
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
Welcome Back
</title>
<meta http-equiv="Refresh"...