B
Bob Clements
I have a page that displays an animated gif of a "progress bar" to indicate
the computer is "thinking" (Behind the scenes the system is doing some
processing via Java.). I include a meta refresh to redirect the page to the
results page which should be displayed once the computer has finished
processing. The code looks like this (albeit abbreviated for my example):
<html>
<head>
<meta http-equiv="refresh" content="2;URL=nextpage.htm">
</head>
<body>
<img src="path to my image">
</body>
</html>
This works fine in all browser except for IE. Unfortunately, most of my
users use IE. With IE, the gif does not animate. The animation freezes
until the next page begins writing HTML. Does anyone know of a work around
for this problem?
Thanks,
Bob
the computer is "thinking" (Behind the scenes the system is doing some
processing via Java.). I include a meta refresh to redirect the page to the
results page which should be displayed once the computer has finished
processing. The code looks like this (albeit abbreviated for my example):
<html>
<head>
<meta http-equiv="refresh" content="2;URL=nextpage.htm">
</head>
<body>
<img src="path to my image">
</body>
</html>
This works fine in all browser except for IE. Unfortunately, most of my
users use IE. With IE, the gif does not animate. The animation freezes
until the next page begins writing HTML. Does anyone know of a work around
for this problem?
Thanks,
Bob