Forum Moderators: open
I would like to know if there is a script that can control the positioning of a new page when it is loaded. For instance, if a link is located at the foot of a page, and a visitor must scroll to the bottom of this page before they can click it—is it possible to have the new page load such that the visitor is at the bottom of the new page?
I am assuming this would have something to do with retrieving the coordinates of the user's location within the page and telling the next page to load at the same coordinates. Is this possible?
For example you want to go to foot section of pageB use link <a href="/pageB.html#foot">page B</a>
And in page B at top of foot section
<a name="foot" />
No javascript required, welcome to forum.