tags:

views:

45

answers:

1

When someone clicks on a link, it sends them to it. But when a user clicks back, i want it to be at the position where they were before. What is the name for this and how do I go about doing this?

Like on SO, when I click "back", the scroll bar isn't at the top but rather at the position where I was last.

+1  A: 

There is no name for it and nothing you can do to make it happen explicitly, but it happens by itself in most browsers.

klausbyskov