Hello All
I have a web page that I refresh it every 5 minutes using the below tag:
<META HTTP-EQUIV=REFRESH CONTENT=300>
But there is a problem. When users are reading the page and it becomes refreshed, it goes back to the beginning of the page and so users have to scroll all the way down to find the place where they have been reading and this repeats every 5 minutes. It is so annoying for the users.
Could you please help me out with a script that when the pages becomes refreshed it goes back to where the vertical scroll bar was?
Thanks in Advance.