Can anyone offer any help with the following?:
I have made the following two very simple scripts/webpages...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<META HTTP-EQUIV="Refresh" CONTENT="3; URL=pageb.php">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
here is page A
...and also...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<META HTTP-EQUIV="Refresh" CONTENT="3; URL=pagea.php">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
here is page B
When I open up IE and view any one of these pages, they bounce off each other quite happily (META refresh working ok). However, as soon as I hit the refresh button on one of the pages they stop refreshing.
I'm totally stumped! 😕