Michael Herger wrote:
I can confirm this was not broken in 5.6. I don't remember if it was
in 6.0 or not, but it was in 6.1.1.
Wow... hard to tell what's broken since 5.4 (I guess, 5.6 never
existed?). I'll have a look through the logs.
Ugh. I work on routers and have been updating a document referencing
JunOS 5.6 all day ;-). 5.4 is what I meant, yes.
I imagine the code at fault is in Internet Explorer, but it's easier
to code around it than get them to fix it ;-).
If IE doesn't properly interpret the refresh meta tag, we'll have a
problem. :-( Let's google a bit...
I just did a little test;
[EMAIL PROTECTED]:/home/mikeb/public_html/tmp$ cat wrong.html
<html>
<head><meta http-equiv="refresh"
content="5;url=right.html"></head>
<body>
This is the wrong page.
</body>
</html>
[EMAIL PROTECTED]:/home/mikeb/public_html/tmp$ cat right.html
<html>
<body>
This is the right page.
</body>
</html>
And it did refresh to the right.html page properly.. I haven't looked
too deeply at it, is the javascript doing anything odd that could be
causing it?
-- Mike
_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss