… would setting an anchor <a id="new">Anchor</a> and connecting to it with <a href="node/168540#new">Link</a> achieve the desired result? cf. the link from your tracker page.
If the anchor is not in the ‘viewport’ the browser will scroll until it is at (or near) the top.
Comments
Not sure what you're trying to do, but ...
… would setting an anchor
<a id="new">Anchor</a>and connecting to it with<a href="node/168540#new">Link</a>achieve the desired result? cf. the link from your tracker page.If the anchor is not in the ‘viewport’ the browser will scroll until it is at (or near) the top.