I have a page where I would like it to remain static after refresh and does not default back to the top page again as it will disrupt the position I was viewing it last. Hence I have all the time to scroll down again to find the area I was viewing last. Is there a way of eliminating the burden of scrolling down again?
Share
Here’s an example of retaining scroll position using PHP.
Here’s an example for ASP.NET.
If those don’t suffice, doing a google search for ‘retaining scroll position’ will provide many more examples.