I have an anchor point set up in a second page, at a random location within the page:
<a id="myanchor"></a>
When I click the link to go to this anchor:
When I use Chrome, it loads the page and then scrolls down to the anchor point. I want it to load the page directly at the anchor point and not doing any scrolling. Is this possible?