Hi,
I'm working on a page which bounces to a slow service (using meta refresh) to give the surfer an immediate sense of response to their clicking on a link.
This works great - they get a message ('one moment please...') and they don't keep clicking the link which may take a while to connect.
Of course, I'd rather have a faster provider to connect to, but this is the next best thing.
I would like to add an animated graphic (like a progress bar) to the bounce page, but the nature of meta refresh (on IE at least) is such that as soon as the bounce starts, the page stops loading or running anything else. So the graphic either does not load or freezes.
I have a hunch that putting an IFRAME and having the progress graphic displayed in it might keep running even though the parent page is already on it's way to the next URL.
Does anyone have experience and feedback for this issue?
Thanks!
-Dino
I'm working on a page which bounces to a slow service (using meta refresh) to give the surfer an immediate sense of response to their clicking on a link.
This works great - they get a message ('one moment please...') and they don't keep clicking the link which may take a while to connect.
Of course, I'd rather have a faster provider to connect to, but this is the next best thing.
I would like to add an animated graphic (like a progress bar) to the bounce page, but the nature of meta refresh (on IE at least) is such that as soon as the bounce starts, the page stops loading or running anything else. So the graphic either does not load or freezes.
I have a hunch that putting an IFRAME and having the progress graphic displayed in it might keep running even though the parent page is already on it's way to the next URL.
Does anyone have experience and feedback for this issue?
Thanks!
-Dino

Comment