Mateobus Posted November 24, 2006 Share Posted November 24, 2006 Hello, I am having trouble automatically refreshing a page in IE 7. It seems to work fine in firefox... Here is the code that I am using:header("Refresh: 5;");I have also tried <META HTTP-EQUIV="REFRESH" CONTENT="5"> to no success. Does it matter if the code is in the head section of the web page? I have tried them both together and separate, and it doesn't seem to work in internet explorer. Link to comment https://forums.phpfreaks.com/topic/28342-automatic-refresh-in-ie/ Share on other sites More sharing options...
Jenk Posted November 24, 2006 Share Posted November 24, 2006 META tags should be within the <header> tags.[code]<meta http-equiv="refresh" content="10">[/code] as an example refresh every 10 seconds. Link to comment https://forums.phpfreaks.com/topic/28342-automatic-refresh-in-ie/#findComment-129638 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.