S
sb1920alk
Hello,
I have a webpage that refreshes itself every x seconds. This works great.
When I scroll down and then the page refreshes itself, it's now scroll all
the way back up to the top. If I click the refresh button on IE, the scroll
position stays where it is.
Is there any way I force it to keep the current scroll position during the
auto-refresh the same way it does on a manual refresh?
BTW, here's the header code I'm using for the auto refresh.
<meta http-equiv="refresh" content="x" >
where x is the number of seconds between refreshes.
Thanks,
I have a webpage that refreshes itself every x seconds. This works great.
When I scroll down and then the page refreshes itself, it's now scroll all
the way back up to the top. If I click the refresh button on IE, the scroll
position stays where it is.
Is there any way I force it to keep the current scroll position during the
auto-refresh the same way it does on a manual refresh?
BTW, here's the header code I'm using for the auto refresh.
<meta http-equiv="refresh" content="x" >
where x is the number of seconds between refreshes.
Thanks,