Title says it all. I’m trying to find out how a certain something is done, but I have no idea what that would be called…
Say you’re on a web page and you’re happily scrolling down until an interesting-looking link catches your eye. You click the link and check out that page. Now, if you hit the ‘back’ button, two things can happen:
1) You’re brought back to the page where you started, at the top of that page (which requires you to scroll back down again to find the point where you had left of).
2) You’re brought back to the page where you started, at the exact same spot where you left it. (Examples: Here in the forums or in Googles search results.)
I want to know more about that second scenario. I’m guessing the first behavior is default and the second is achieved through Javascript or something?
I suppose it’s also something that wouldn’t work equally well which each different browser, but I’d just like to find out more about the behavior to begin with.
Question: What the heck am I looking for?
😉