Meta Refresh not working in IE
I have been using a meta refresh to jump to a new page.
It looks like this:
<META HTTP-EQUIV=”refresh” content=”20;URL=YourPage.html”>
The above meta tag works great in Mozilla but, not in IE.
After spending plenty of time searching and testing I’ve found javascript that has been working for both browsers.
Here’s the code:
In the HEAD section:
<script language=JavaScript>
function Refresher(t) {
if(t) refresh [...]
Filed under: Web Design on February 13th, 2008 | No Comments »