Squire
09-10-2003, 11:31 AM
page1:
<meta http-equiv="refresh" content="1; url=
file://C:\mydocu~1\page2.htm" />
page2:
<meta http-equiv="refresh" content="10; url=
page1.htm" />
This works fine, however...
page1:
document.write('<html><head><meta http-equiv="refresh"
content="1; url=file://C:\\mydocu~1\\page2.htm" /></head>
<body>Redirecting...</body></html>');
This works the first time round, but after that, it just displays the text without redirecting me. If I click refresh it loads page2/1 and stops again :confused:
The only other thing my browser seems to do at this point, is change my cursor to background processing when I move it over certain parts (of ie6)... for what ever that means!
<meta http-equiv="refresh" content="1; url=
file://C:\mydocu~1\page2.htm" />
page2:
<meta http-equiv="refresh" content="10; url=
page1.htm" />
This works fine, however...
page1:
document.write('<html><head><meta http-equiv="refresh"
content="1; url=file://C:\\mydocu~1\\page2.htm" /></head>
<body>Redirecting...</body></html>');
This works the first time round, but after that, it just displays the text without redirecting me. If I click refresh it loads page2/1 and stops again :confused:
The only other thing my browser seems to do at this point, is change my cursor to background processing when I move it over certain parts (of ie6)... for what ever that means!